New Landing How can we help? Themeforest Theme Support Neighborhood Center social icons in text block

Viewing 5 posts - 1 through 5 (of 5 total)
  • #249844
    goodtimesmag
    Member
    Post count: 191

    Hi swiftideas team,

    I would like to center the social icons in my full width text block and I would like to increase the space above the social icons. Is that possible?

    #249845
    goodtimesmag
    Member
    Post count: 191

    Here is a screenshot and a live URL: http://goodtimesdeals.de/

    Attachments:
    You must be logged in to view attached files.
    #249856
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    ul.social-icons {
       display: inline-block !important;
        width: 100% !important;
    }
    ul.social-icons li {
        float:none !important;
    }
    

    Thanks
    Mohammad

    #249859
    goodtimesmag
    Member
    Post count: 191

    Hi Mohammad,

    your provided code changed the alignment of the social icons in the top bar, but the social icons in my text block are still aligned on the left.

    #249890
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the last code and and use this code:-

    .full-width-text ul.social-icons {
       display: inline-block !important;
        width: 100% !important;
        text-align:center !important;
    }
    .full-width-text ul.social-icons li {
        float:none !important;
    }

    Thanks
    Mohammad

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

You must be logged in to reply to this topic.