Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1421394

    Hi

    My social share icons are displaying as squeezed up to the left on desktop and mobile on my blog pages.

    Can you help?

    Thanks

    #1421452

    Hey woogie07,

    Thank you for the inquiry.

    Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings and see if the issue gets fixed. If not, please add this css code.

    #top .av-share-box ul {
        display: flex;
        gap: 12px;
        justify-content: space-around;
    }
    
    #top .av-share-box ul li {
        flex: auto;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.