Hello!
I am using the post slider feature on a page with 3 columns displayed.
How can I increase the space between posts on narrow mobile views (360px)?
When titles are longer, it is hard to see that the next image is for the next post, and using custom class to increase margins increases space between each batch of 3 posts, but not between the individual posts within that block of 3.
Hope you can help!
Thanks
Hey Julie,
Sorry for the delay, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 479px) {
.responsive #top .slide-entry {
margin-top: 30px!important;
}}
Best regards,
Vinay
Awesome, thank you!!