[Resolved] Menu arrows and mobile spacing on archive pages

Home Forums Support [Resolved] Menu arrows and mobile spacing on archive pages

Home Forums Support Menu arrows and mobile spacing on archive pages

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #1492657
    Joy

    Amazing Tom, thank you, that seems to have sorted out the iPad Pro view. Though the iPad and iPhone view still have slightly too much space on the RHS. Wondering if I now have too much overlapping code trying to fix the issue?

    Many thanks again,
    Joy

    #1493511
    Tom
    Lead Developer
    Lead Developer

    Hmm, not sure I’m seeing it – can you show me a screenshot of what you’re seeing?

    #1493814
    Joy

    Thanks Tom, I’ve added a link in the private section with a few snapshots – now also including the home page which we’ve just switched from Elementor to Genenerate Blocks + Gutenberg and is having the same issue.

    #1494672
    Tom
    Lead Developer
    Lead Developer

    Try changing this CSS:

    .wp-block-latest-posts.is-grid {
        margin-left: -20px;
    }

    To this:

    .wp-block-latest-posts.is-grid {
        margin-left: -20px;
        max-width: none;
    }

    Let me know πŸ™‚

    #1502875
    Joy

    Thanks Tom, getting close now! πŸ™‚

    This sorted out the issue on mobile which is awesome. The category page (added the link to the private section) is still showing wonky on ipad which is less of a major issue but I suppose I should sort it out. Any advice appreciated!

    #1503814
    Tom
    Lead Developer
    Lead Developer

    Not sure I’m seeing any issues there – what should I be looking for?

    Let me know πŸ™‚

    #1508595
    Joy

    Including a link to an image in the private section and the link to the actual page. This is the ipad view using developer tools.

    Does that clarify?

    Many thanks,
    joy

    #1509907
    Tom
    Lead Developer
    Lead Developer

    Perfect. I believe that’s being caused by this CSS: https://generatepress.com/forums/topic/menu-arrows-and-mobile-spacing-on-archive-pages/#post-1381483

    If you remove that, does it fix the issue, and does it introduce any other issues?

    #1512939
    Joy

    Solved!! Amazing thanks so much Tom, much appreciated.

    #1513715
    Tom
    Lead Developer
    Lead Developer

    Glad I could help πŸ™‚

Viewing 10 posts - 16 through 25 (of 25 total)
  • You must be logged in to reply to this topic.