Jump to content

Social media icons overlapping or stacked incorrectly in PrestaShop 1.6 footer


Recommended Posts

Hi everyone,

I'm using PrestaShop 1.6 and I’m having trouble with the social media icons in the footer.

Instead of showing clean Font Awesome icons side by side (like it used to), the icons and text are now overlapping and stacked... check pic!

What I’ve already tried:

    Edited blocksocial.tpl to only output icons (<a class="fa fa-twitter"></a>) without text

    Checked that all social URLs are correctly saved in the module configuration

    Cleared PrestaShop and browser cache

    Verified that Font Awesome is loaded properly

    Added correct CSS in global.css, including:

    #social_block ul li {
      display: inline-block;
      margin: 0 6px;
    }

Despite all this, the issue remains.
Is there something I might be missing – maybe a conflict or hidden override?

Thanks for any help!

sad.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...