Tagged: blog post, share this entry
Is there a way o put “Share this entry” social media links on the top of the blog post instead currently now position on the bottom of the blog post.
Thanks Harris.
Hi Harris!
Open up /enfold/includes/loop-index.php and find line 215.
avia_social_share_links();
Try moving it up to line 72 or higher.
Best regards,
Elliott
Hey
Please add following code to Quick CSS
.av-share-box {
margin-bottom: 20px;
}
.av-share-box-list {
max-width: 600px;
margin: auto!important;
}
h5.av-share-link-description {
text-align: center;
}
Cheers!
Yigit
Perfect!!!
Thank you. Have a good one.