New Landing How can we help? Themeforest Theme Support Neighborhood Problems with social icons

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

    Hi swiftideas team,

    I use this code several times on my website to show the social icons [social size=”standard” style=”light”].

    I used a css code to center the icons in the full width text and everything was fine. But after I deleted the youtube social profile in my theme options the social icons in the full width text element are not centered anymore (see screenshot).

    Furthermore the youtube icon still exists in the top bar.

    What can I do to solve these two issues?

    Attachments:
    You must be logged in to view attached files.
    #258439
    goodtimesmag
    Member
    Post count: 191

    Sorry, I missed to mention my URL: http://goodtimesdeals.de/

    #258482
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_parallax_asset ul.social-icons {
       margin: 0px !important;
    }

    Thanks
    Mohammad

    #258486
    goodtimesmag
    Member
    Post count: 191

    Thanks Mohammad, the code has done his job!

    And what can I do to delete the youtube icon from my top bar?

    #258488
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin > Theme options > Header Option > Top bar left config > remove the youtube from the shortcode.
    Thanks
    Mohammad

    #258541
    goodtimesmag
    Member
    Post count: 191

    Ah, great, thanks Mohammad!

    #258557
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad to help you.
    Thanks
    Mohammad

    #259009
    eilenka
    Member
    Post count: 20

    Hello!
    I’ve tried using the different custom CSS offered in different threads for my case, but I can’t get the social links to center. 🙁

    Any help would be much appreciated!
    Thank you.

    http://27jewelry.com/us

    #259011
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    ul.social-icons {
        text-align: center !important;
        display: inline-block !important;
        width: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    Thanks
    Mohammad

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

You must be logged in to reply to this topic.