Hi – I have been trying to figure out which CSS will make my social icons align closer to the bottom of my #top.
I achieved this for the main menu with:
#top .av-main-nav > li > a {
font-weight: normal !important;
padding-top: 20px;
}
And I would assume that I could do the same with the social icons (using padding) – But I can’t figure out how!
Link in private content.
Hey Flemming!
To make the header look similar to the screenshot below in private. Please add the CSS in Enfold > General Styling > Quick CSS
#header_main nav .social_bookmarks {
margin-top: 4px!important;
}
Regards,
Vinay
Thank you! I had tried that exact same code, but using 25px and without the !important part.