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.
but it only affects my main page. not my portfolio pages or impressum.
http://monument-art.de/portfolio-item/tempel-salomo-jerusalem/
thanks.
Comments
please add !important declaration to above css and move it into the first line of custom css and check.
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;
}