Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #626849

    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.

    #626913

    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

    #627289

    Thank you! I had tried that exact same code, but using 25px and without the !important part.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add padding to social icons in main menu’ is closed to new replies.