New Landing How can we help? Themeforest Theme Support Flexform Center Social Media in Footer Column

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Flexform
  • #126512
    mrjWells
    Member
    Post count: 137

    Is there a way to center the social media display [social style=”light”] in footer column 1? http://advancedlifeskills.com/

    Nothing I do seems to bring it to the center of the widget.

    Thanks!

    #126522
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Seems to be central of the column to me?

    – Kyle

    #126525
    mrjWells
    Member
    Post count: 137

    When I narrow the browser window to mobile size the social icons are pushed to the left. Is that what you see or do they stay in the center?

    #126527
    mrjWells
    Member
    Post count: 137

    I believe that is Arial. If you look in firefox the font is much finer (Open Sans) in both the page text and page title. In other browsers (for me anyway) the font is heavier (arial). Is that how it appears on your computer?

    #126530
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to add this custom css.

    @media only screen and (max-width: 767px) {
    ul.social-icons{
    width: 265px!important;
    }
    }

    p.s-Guess you replied in the wrong topic
    -Rui

    #126533
    mrjWells
    Member
    Post count: 137

    Oops to the wrong topic. That’s what I get for multitasking!

    Anyway, the code did not center the icons in mobile.

    #126535
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I have the same problem.

    It was missing the margin:auto;

    Try this

    
    @media only screen and (max-width: 767px) {
    ul.social-icons{
    width: 265px!important;
    margin: auto!important;
    }
    }

    -Rui

    #126541
    mrjWells
    Member
    Post count: 137

    Perfect, thanks a bunch.

    #126544
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great.
    -Rui

Viewing 9 posts - 1 through 9 (of 9 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