Site logo

[Resolved] Full width HERO image on mobile… and collapsing of the sidebar on small tablet

Home Forums Support [Resolved] Full width HERO image on mobile… and collapsing of the sidebar on small tablet

Home Forums Support Full width HERO image on mobile… and collapsing of the sidebar on small tablet

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1535304
    Tom
    Lead Developer
    Lead Developer

    Give this a shot instead:

    @media (max-width: 1024px) {
        .slideout-toggle {
            display: none;
        }
    }
    #1535353
    Mathieu

    Oh yeah! It works.

    There’s one last thing that used to work and that still works with Flexbox but the option doesn’t seem to be available anymore.

    On one site, I can still change the navigation logo in “Primary navigation” instead of “Sticky navigation”.

    The result is the Menu Hamburger in the middle and the magnifying glass on the right.

    This is on flexbox but I can’t reproduce it.

    Is there a trick? Either by triggering the right code with the right hook in PHP or purely CSS.

    BTW, this theme is a perfect score in Cumulative Layout Shift. Wow.

    Congrats.

    #1535476
    Leo
    Staff
    Customer Support

    Any chance you can open a new topic for the separate question as it doesn’t seem to be related to the original topic.

    I’ll mark this topic as resolved.

    Thanks 🙂

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