Social Icons Won't Center

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18558
    herbjoseph
    Member

    The social icons in the “contact section” of the home page will not center. It looks really awkward. How can I fix this?

    http://emergetech.com/#contact-us-section

    Thanks!

    #18566
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #contact-details ul.social-list {
        text-align: center;
    }
    
    #18620
    herbjoseph
    Member

    It didnt work. Any other suggestions?

    #18622
    Veena
    Moderator

    Pls add this too in the custom CSS –

    #contact-details ul.social-list li {
        float: none;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.