Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1208314

    Hey guys,

    Is it possible to remove the padding that appears on my easy slider on a mobile screen and have it stretch across the full length of the screen? It is contained within a grid column.

    #1208421

    Hey GeoCreo,

    Try adding this CSS code in Quick CSS located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      #top.page-id-101 #wrap_all #av-layout-grid-1 .av_two_third {
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
    }

    Best regards,
    Nikko

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