Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #525923

    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!

    #526238

    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

    #526285

    Thanks, you can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Grid Row Section Padding on iPhone’ is closed to new replies.