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

    Hello,

    I put a promotion box on a page and a table inside it. On mobile devices a little part of the content of the right column is missing. How can I fix that?

    #333163

    Hi wpstarter!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .av_promobox { padding: 10px; }}

    Best regards,
    Yigit

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