Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #392192

    I wish to change the height of the top bar that contains the social icons above the main header/logo area.

    Thanks for your help!

    Jeff

    #392310

    Hey Jeff!

    Try adding this code to the Quick CSS:

    #top .social_bookmarks {
        height: 50px;
    }
    #top .social_bookmarks li a{
        line-height: 50px;
    }
    #top .av_secondary_right .sub_menu {
        top: 20px;
    }
    

    Cheers! 
    Josue

    #392320

    Works perfect. Thank you!

    #392330

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.