I have two 1/3 grid row sections on this page. On my iPhone, the gaps between the sections are larger than I would like them in portrait and landscape mode. How can I reduce the padding between these sections on my iPhone. Can you please provide me some quick css to accomplish this? Thanks!
Hey djshortkut!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.av-layout-grid-container .flex_cell {
padding: 5px 15px 5px 15px !important;
}}
Best regards,
Yigit
Thanks, you can close this thread.