[Resolved] Social share error

Home Forums Support [Resolved] Social share error

Home Forums Support Social share error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1126430
    Santa

    Hi! Added an example below. We have added left sidebar social share and it overlays the text on right. So if the text is just next to the icons, it can’t be copied or links can’t be clicked. Is it possible to fix this?

    #1126571
    David
    Staff
    Customer Support

    Hi there,

    try editing your CSS to include the additional line i have commented here:

    #gp-social-share {
    	margin: 10px 0 0 0;
    	list-style: none;
    	display: -webkit-box;
    	display: -moz-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    	flex-wrap: wrap;
    	position: relative;
        width: 50px; /* add this */
    }
    #1127658
    Santa

    Thank you again David! Now everything is working great! 🙂

    #1127678
    David
    Staff
    Customer Support

    You’re welcome

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