Hi
How do i lose the extra white band with Twitter and phone number in it on the header in Enfold theme please?
I would like to make it the same depth as it is currently but without the extra band at the top.
I would also like to have the menu items at the bottom of the header rather than in the middle. How do i do that too?
Thank You :-)
Kate
Hey
Can you please post the link to your website Kate? Please firstly make sure that you have chose to display social icons in main header area in Enfold theme options > Header > Extra Elements
Best regards,
Yigit
Hi Yigit
The link to the website is http://meetthemanufacturer.co.uk/
I want to lose the social icons and the phone number in the header but still have the same depth of header, if that makes sense?
br
Kate
Hi!
FYI, orange bar is from “Google Analytics Alternative”. You can add following code to Quick CSS to move menu items closer to content
.av-main-nav>li>a > .avia-menu-text {
position: relative;
top: 36px;
}
and then you can go to Enfold theme options > Header and set header size to custom pixel value and change the height as needed
Regards,
Yigit