Hello support team - I'd like to know how I can make the action bar longer when it's stationary and also scrolling. website:
[Links visible only for registered users]I'd like to have have the action bar big enough to fit the logo without overhang.
Thanks guys!
Comments
Please use this css
#Top_bar {thankspadding-bottom:35px !important;
}
How can I change the bottom padding of this for the scrolling action bar so there is a bit of green after the logo
Thanks
Thank you guys!
#Top_bar:not(.is-sticky) {
padding-bottom: 10px !important;
}
#Top_bar.is-sticky {
padding-bottom: 45px !important;
}
#menu ul {
margin-top:25px !important;
}