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

    Dear Support,

    Please, Share this entry is not showing social icons in my events details page.

    This was what happened:

    Step 1. I reduced the spacing between blog posts using this CSS code:
    /* Reduce spacing between blog posts */
    .template-blog .post_delimiter {
    margin: 0 0 10px !important;
    padding: 10px 0 0 !important;
    }
    After I performed step 1 above, ”Share this entry” was not showing social icons in both the blog and event details pages.

    Step 2. I then used the CSS code below to make Social Icons to display in: Share this Entry:
    .single-post .post_delimiter {
    margin: 50px !important;
    }

    After performing step 2 above, ”Share this entry” was now showing social icons in both the blog details page but it was NOT showing social icons in the event details page.

    I am using the current version of enfold. I did not have this problem in the previous version of enfold.

    Please, assist.

    #418113

    Hi emin!

    Please add following code to Quick CSS

    .av-share-box {
      margin-bottom: 10px;
    }

    Regards,
    Yigit

    #418299

    Hello Yigit,

    Thank you so much.

    It is OK now

    #418454

    Hey!

    Great, glad we could help :)

    Best regards,
    Rikard

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