• Resolved philippf

    (@philippf)


    Hello everybody, I currently have two proleme with my website. And indeed, the right footer area has moved down and is no longer where it should be. Unfortunately, I am at a loss and do not know what to do there. In addition, unfortunately, I can not change the color of the dropdown menu under “Gallery”. I would be very grateful if someone could help me!

    Best regards

    Philipp

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, philippf

    To shifting the footer content and change the dropdown menu color, add the given below custom CSS code:

    .navbar-custom .dropdown-menu a {
        color: #2e677b !important;
    }
    @media only screen and (min-width:991px)
    {
       .footer-sidebar {
               display: -webkit-inline-box !important;
       }
    }
    • This reply was modified 5 years, 1 month ago by Amit Gupta.
    Thread Starter philippf

    (@philippf)

    Thanks a lot!

    • This reply was modified 5 years, 1 month ago by philippf.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shifting footer content and dropdown menu color does not change’ is closed to new replies.