• Resolved AlfredG

    (@alfredg)


    Hi,

    the posts block stretches to the edges of the screen on a mobile device. Is there a way to leave some space at the sides of the block?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor gambitph

    (@gambitph)

    Hi Alfred,

    Thanks for reporting this issue! We checked your site and you’re right, the blog post didn’t have side padding. We’ll fix this in the next release. 🙂

    In the meantime, please use this custom CSS as a temporary fix:

    .ugb-blog-posts.alignwide {
    padding-left: 35px;
    padding-right: 35px;
    }
    

    You can add this via Customizer > Additional CSS. Hope this helps!

    • This reply was modified 7 years, 5 months ago by gambitph.
    • This reply was modified 7 years, 5 months ago by gambitph.
    Thread Starter AlfredG

    (@alfredg)

    Thank you, it works.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Posts Block on mobile device’ is closed to new replies.