When the width is less than 740px a very big white space appears between the title of the element and the articles of the blog.
This is the POST GRID with 930px:
And this with 738px:
Regards,
Inaki.
Hello,
Please add this code into your custom css box:
@media (max-width: 767px){ .vc_gitem-zone { overflow: visible !important; }}
Let us know.
Best regards!
Perfect! Thank you very much!
You must be logged in to reply to this topic.