Viewing 6 posts - 1 through 6 (of 6 total)
  • #59150
    jeppevinum
    Member
    Post count: 156

    Can i Center the social icons in footer?

    #59214
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Wrap the shortcode in a paragraph tag with text align centre. So:

    <p style="text-align:centre">[social]</p>

    – Kyle

    #59242
    jeppevinum
    Member
    Post count: 156

    It dont works. My code look like:

    <p style=”text-align:center”>[social style=’light’ type=’dribbble,facebook,vimeo,youtube,tumblr’]</p>
    &
    <p style=”text-align:centre”>[social style=’light’ type=’dribbble,facebook,vimeo,youtube,tumblr’]</p>

    #59246
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok you will need to add a margin left to the list of icons, for e.g.

    #footer-widgets ul.social-icons {
      margin-left: 25px;
    }

    You will need to adjust the value until your icons are centred.

    – Kyle

    #59247
    jeppevinum
    Member
    Post count: 156

    Shall i put this in my custom CSS?

    #59249
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register