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

    Hi,

    I have set my header layout to be “logo center, menu below”. Now I would like the social icons to appear above the logo centered .

    screenshot – https://imgur.com/a/EXe6Dq0

    #1016003

    Hey navindesigns,

    I added this code to the quick css field:

    
    
    .html_bottom_nav_header #top .av-logo-container .social_bookmarks {
        right: auto;
        left: 49%;
        top: 30%;
    }
    
    .html_header_top.html_logo_center .logo {
        margin-top: 30px;
    }
    

    to move the icon to the top and to center them. Maybe we need to adjust the code as soon as a different logo is set but it’s a starting point.

    Best regards,
    Peter

    #1016847

    works but it is not quite aligning with the menu items below

    trying to make it look like this mockup – https://imgur.com/a/EXe6Dq0

    Please note i am hiding my logo on JUST the homepage

    #1016896

    Hi,

    Please try adjusting the CSS Peter posted, you could try this for instance:

    left: 45%;

    Best regards,
    Rikard

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