Guys,
I’ve inserted a logo in the header that give some px of top margin (so it looks centered with the right side menu).
However, when I scroll down the website, the logo then look unaligned. How can I take the logo up a couple of px in the fixed scrolling toolbar?
Hi maschera!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .logo img {
padding-bottom: 10px;
}
Cheers!
Yigit
Perfect! It worked great!