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

    Hi!

    Used padding 180px and 240px in plain text, but when seeing on mobile devices, you’ll see ugly white gaps. It should be padding 0px.

    Regards,
    Me llamo

    #396030

    Hi Me.llamo!

    Try adding a codeblock element to your page content and then add this inside.

    @media only screen and (max-width: 767px) {
    .av_textblock_section p {
      padding-left: 0 !important;
    }
    }

    Regards,
    Elliott

    #396796

    That worked very well, thanks Elliott!

    Regards,
    Me.llamo

    • This reply was modified 9 years, 9 months ago by Me.llamo.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘no padding on mobile and tablet device’ is closed to new replies.