Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1147938

    Hi
    I have a page with a grid row and inside of it is an easy slider. It looks great on desktop but on mobile there are white space on the left and right and also not enough padding on the bottom

    site – https://www.themrteam.com/properties-2
    screenshot – https://imgur.com/GEW1JSb

    Please help

    Thanks

    #1148679

    Hey navindesigns,

    This is the design for the mobile view.
    Do you wish to remove the padding effect?

    Best regards,
    Basilis

    #1148683

    yes please

    #1148831

    Hi,

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

    media only screen and (max-width: 767px) {
    .postid-7037 #av-layout-grid-2 .av-flex-cells .no_margin {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    }

    Best regards,
    Rikard

    #1149683

    that did not work

    please view on mobile

    #1149874

    Hi navindesigns,

    There is one important symbol missing in the code below, please try like this:

    
    @media only screen and (max-width: 767px) {
    .postid-7037 #av-layout-grid-2 .av-flex-cells .no_margin {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    }
    

    Best regards,
    Victoria

    #1149958

    This is still not working.

    Thanks

    #1150480

    Hi navindesigns,

    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) {
      .responsive #top.postid-7037 #wrap_all #av-layout-grid-2.av-flex-cells .no_margin {
          padding-left: 0% !important;
          padding-right: 0% !important;
          margin-bottom: 20px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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