Hello, i’d like to reduce the space between the main navigation and the horizontale line : http://new.substipharm.com/
Can you please help
Thanks, AB
Hey anma!
Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value and change the size in Header Custom Height as needed
Regards,
Yigit
Hi Yigit,
Thank you, but this reduces as well the size of the logo which we need to keep as it is – we only want to reduce a bit the height below the navigation and the slider, is this possible?
Best, AB
Hey!
Please firstly set the header height to needed value and then add following code to Quick CSS in Enfold theme options under General Styling tab
logo img { padding: 0; }
Regards,
Yigit
Hi Yigit,
I try to add the code you gave me but it didn’t change anything.
Here is a image of what i want to do : http://i.imgur.com/rFNppeQ.png
I hope it’s help you figuring where i can change that.
Best, AB.
Hi!
Thank you for the screenshot.
Please use this:
#top .av-main-nav > li > a {
position: relative;
top: 20px;
}
.avia-menu-fx {
position: absolute;
bottom: 19px;
}
#top .header-scrolled .av-main-nav > li > a {
top: 5px;
}
.header-scrolled .avia-menu-fx {
bottom: 3px;
}
Cheers!
Ismael
Thank you very much !
Best, AB