Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1278464
    PanInternational
    Participant

    Hi,

    I don’t know why but the social icons on my footer are not centered anymore.
    Two of them just went nuts and went to the left side.

    Can you help me figure it out how to solve this?

    http://culturalinfusion.org.au/

    Thank you

    #1278465
    Friech
    Moderator

    Hi There,

    Thanks for writing in! The CSS below is the reason why the facebook and twitter icon revolt from the other social icons.

    .twitter, .facebook, .gplus {
        float: left;
    }

    That is coming from a minified cached file. Please clear any caching/minifier plugin that your site might have.

    Let us know how it goes.

    Cheers!

    #1281149
    PanInternational
    Participant

    Hi,

    Thank you for your reply.
    I have cleaned the plugin cache and browser cache but nothing happened.

    #1281169
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! It turns out that Ready Ecommerce plugin is causing the conflict. To resolve it, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-colophon .x-social-global .twitter, 
    .x-colophon .x-social-global .facebook, 
    .x-colophon .x-social-global .gplus {
        float: none;
        clear: none;
    }

    Hope this helps. Please let us know how it goes.

    #1282523
    PanInternational
    Participant

    Hi,

    Actually, the previous solution (delete cache) worked after a few minutes.

    Thank you

    #1282750
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1278464 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>