I have 3 blog posts showing on my home page. They look fine on PC, however when viewing on mobile, the first and second posts have whitespace between them, but the second and third posts are joined together. How can I ensure that the second and third posts have whitespace between them also, just like the first and second posts do?
Hey kieranvyas,
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: 480px) {
.avia-content-slider-inner article {
margin-bottom: 20px!important;
}}
Best regards,
Yigit
Wonderful. Thanks for helping me so quickly Yigit!! I do have another post which is unanswered and has been for quite a while, I was wondering if you could take a look at it for me!! https://kriesi.at/support/topic/color-section-video-background-doesnt-play-on-mobiles-or-ipad/
Many thanks