Sticky Menu height

hey. I am using following custom CSS:   #Top_bar.is-sticky { height: 75px; }

but it only affects my main page. not my portfolio pages or impressum.

http://monument-art.de/portfolio-item/tempel-salomo-jerusalem/

thanks.

Comments

  • Hi,

    please add !important declaration to above css and move it into the first line of custom css and check.
  • edited January 2017
    it worked, thanks. but now my settings for the height, width and position of the menu-line don't work anymore.

    thats the complete css now:

    #Top_bar.is-sticky { height: 75px; } !important
    #Top_bar.is-sticky .menu > li > a, #Top_bar.is-sticky .menu > li > a span { line-height: 45px; }
    #Top_bar.is-sticky #logo img { min-height: 75px; } !important
    #Top_bar.is-sticky .menu > li > a::after {
        height: 1px  !important;
        top: 58px !important;
        left: 10% !important;
        width: 80% !important;
        }
  • Sorry but we don't get it right now. What settings and where does not work now?
Sign In or Register to comment.