Hi!
I have the same problem but I would like to keep this margin only to the post and not every slide entry of my website (ex : partner logos).
I have blog posts on my home page and the news page (id 4053).
I tried this below (adding .home) for the home page but can make it work…what am I missing?
/* set margin between blogs */
@media only screen and (max-width: 767px) {
.home .responsive #top #wrap_all .slide-entry {margin-bottom: 20px !important;}
}
Thank you
Hey melboy28,
Please, could you explain your question very well? This way we can take a look at this better. Tell us where do you want to add this margin.
Best regards,
John Torvik
Hi,
Thank you for using Enfold.
Please try the following css code.
/* set margin between blogs */
@media only screen and (max-width: 767px) {
.responsive .home #wrap_all .slide-entry {margin-bottom: 20px !important;}
}
Best regards,
Ismael
Thanks Ismael!
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon