Hi support team,
Is there any a way to move socials share to the bottom of post on desktop ?
Thanks
Attachments:
You must be
logged in to view attached files.
Hi @hife2017,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.post-content-share-mobile {
display: block !important;
position: static !important;
margin: 0 !important;
}
.post-content-share:not(.post-content-share-side):not(.post-content-share-mobile) {
display: none !important;
}
Best regards,
Shufflehound team
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.