Site logo

[Resolved] Strange Gaps Between Elements On Category Pages

Home Forums Support [Resolved] Strange Gaps Between Elements On Category Pages

Home Forums Support Strange Gaps Between Elements On Category Pages

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2402270
    Jodie

    Hi,

    My category page archives have strange gaps between the featured image and title listing of each post on mobile.

    It looks fine on desktop.

    Any ideas on how to fix this? Thanks for your help!

    Cheers Jodie

    #2402478
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    
    @media (max-width: 768px) {
        .generate-columns-container .inside-article {
            padding: 0px 30px;
        }
        .generate-columns-container .inside-article .post-image {
            margin-bottom: 0.5em !important;
        }
        .generate-columns-container .post-image img {
            vertical-align: bottom;
        }
    }
    #2403220
    Jodie

    Hi David,

    That’s made it much better, thank you!

    Cheers Jodie

    #2403424
    David
    Staff
    Customer Support

    You’re welcome

    #2404148
    Jodie

    Hi David,

    In the breadcrumbs on my site on mobile, I changed the margin using a container from GenerateBlocks and the mobile specific settings for adjusting the spacing. Is this the best way to do this?

    Thanks for your help!

    Cheers Jodie

    #2404169
    Fernando
    Customer Support

    Hi Jodie,

    Yes, your approach to add spacing should be good.

    #2404280
    Jodie

    Hi Fernando,

    Great! Thanks for that.

    Cheers Jodie

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