Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #387173

    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.

    #387968

    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

    #388320
    This reply has been marked as private.
    #388328

    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

    #388331

    Perfect!!!

    Thank you. Have a good one.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Share this entry’ is closed to new replies.