We're merging with GenerateBlocks! Learn more here.

[Resolved] Reduce post containers size on mobile

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Reduce post containers size on mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1413
    Aaron
    Participant

    Posts containers take up way too much space on mobile phones is there a way I can reduce the sizing but on phones only?

    #1414
    Tom
    Keymaster

    Can you show me what you mean? Maybe a link to the site?

    Thanks!

    #1416
    Aaron
    Participant

    Img
    A lot of length for a post on a mobile device it just looks like it takes up too much space

    #1417
    Tom
    Keymaster

    The padding inside the black borders?

    #1418
    Aaron
    Participant

    img
    I drew on the pic to refer to the space, I’m talking about the top and bottom areas both have empty blank space is there any way to reduce it?

    #1420
    Tom
    Keymaster

    Try this CSS:

    @media (max-width: 768px) {
        .wp-show-posts-inner {
            padding: 20px !important;
        }
    }
    #1447
    Aaron
    Participant

    Worked perfectly thanks 🙂

    #1450
    Tom
    Keymaster

    You’re welcome 🙂

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