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

    Hi there Enfold team!

    Can you please show me how to vertically middle align the top menu bar items? (blue bar with facebook icon, BBB logo and phone number).

    I currently have only this setting:

    #header_meta .container {
    padding-top:20px;
    }

    Thank you!

    • This topic was modified 6 years, 3 months ago by Archie.
    #991667

    Hey Archie,

    Add this to quick css:

    .social_bookmarks_facebook{
    padding-top:10px!important;
    }
    
    .phone-info{
    padding-top:15px!important;
    }
    
    img.alignleft.wp-image-1126.size-full{
    margin-top:-8px;
    }

    Best regards,
    Jordan Shannon

    #991672

    It’s perfect! Thank you so much Jordan! :)

    #991676

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Top menu bar vertical middle alignment’ is closed to new replies.