Tagged: 

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

    Hi Kriesi
    Quick question:
    I added a couple social icons to my footer widget #2 with html code widget,
    and this css;

    #footer .social_bookmarks li {
    clear: none !important;
    border: 0 !important;
    border-radius: 100px;
    text-align: center;
    }

    but the icons are not rounded or centered. Can’t find how to center them.
    can you help me with this?
    Thanks
    Nancy

    #838826

    Hey Nancy,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a,
     #top #wrap_all .social_bookmarks li {
        border-radius: 100px;
    }
    #top #footer .widget ul {
        width: 26%;
        margin: 0 auto;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #839251

    Thanks that did the trick!

    #839363

    Hi!

    We’re glad that the team was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    Thank you for using Enfold.
    Cheers!
    Sarah

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