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.
Hi emin!
Please add following code to Quick CSS
.av-share-box {
margin-bottom: 10px;
}
Regards,
Yigit
Hello Yigit,
Thank you so much.
It is OK now