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

    Hi there,

    I have the logo center aligned and the menu is below.

    I would also like to see the social icons above the header to be center aligned. In the settings I only see the options to align left or right.

    Thanx and looking forward to your reply!

    Ben

    #557656

    UPDATE:

    I have been able to center align the icons on the top..

    Pretty sure though I did not follow the proper approach:

    #top .social_bookmarks li a {
    left: 574px;
    }

    Can you tell me what would be the proper way?

    Thanx!

    #557664

    Hey!

    Thank you for using Enfold.

    Please remove the code then replace it with the following:

    #top #wrap_all .social_bookmarks {
        text-align: center;
        width: 100%;
    }
    
    #wrap_all .social_bookmarks li {
        display: inline-block;
        float: none;
    }

    Regards,
    Ismael

    #557674

    Worked like a charm :-) Thanx

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center align social icons in header’ is closed to new replies.