Tagged: align, left, social share buttons
Can you please advise on how I can align the social share buttons to the left of the page – they are currently centered.
Please see the link I sent as private.
Note that this is a page and not a post.
I dragged the social share buttons from the content elements. The default appears to be centered.
:-)
Hey studiovene,
Add this to quick css:
.av-share-box-list.noLightbox{
text-align:left!important;
}
Best regards,
Jordan Shannon
HI
I tried this but it doesn’t quite work when also using the CSS social Share style 4 – as you can see in the link.
Is there a solution to this?
Peter
Hey envapk2,
Please provide a link to your site so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan
You can see it here
So in the CSS I have put in:
.av-share-box-list.noLightbox{
text-align:left!important;
}
And I also have the CSS Social Share style -4 from the Enfold Documentation
many thanks
Peter
Hi,
I’m seeing the text aligned left:
https://snipboard.io/cgkZYV.jpg
Is this not correct?
Best regards,
Jordan Shannon
Hi Jordan
It’s not the text that is the problem it is the social icons below.
Peter
Hi,
Add this to quick css:
.av-share-box-list.noLightbox a{
text-align:center!important;
}
Best regards,
Jordan Shannon
Perfect – thanks Jordan
Peter
Hi,
I’m glad I was able to help with this. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon