Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1252967

    I tried different css from the forums to reduce the space on mobile between my 3 column lay-out. Nothing seems to do anything to reduce the white space. Hope you can help me out! Thanks a lot

    #1253224

    Hey mirr,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #av-layout-grid-1 .flex_cell {
      padding: 0 !important;
    }
    }

    Best regards,
    Rikard

    #1256653

    Thanks! Also is it possible to make the space between rows smaller on mobile? There is a pretty big gap of whitespace between rows. Thanks!

    #1256922

    Hi mirr,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px) {
        #top .flex_cell {
            padding: 10px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.