Sticky Header - Menu options
Hi Team
Currently using the following CSS to show larger logo, the side effect is that the half logo floats outside the sticky menu, the links almost become transparent.
#Top_bar.is-sticky #logo img { max-height: 80px !important; }
#Top_bar.is-sticky .menu > li > a, #Top_bar.is-sticky .menu > li > a span { line-height: 80px; }
#Top_bar.is-sticky #logo { padding: 12px 0; }
Comments