Disable sidebar on mobile

  • Author
    Posts
  • #99369

    Hi there,

    Love the theme. Fast and minimalistic.
    There’s only one thing I cannot fix.

    When I visit the site on mobile the sidebar is shown first, resulting in long scrolling. Is there a way to change this. So show the content first, or totally disable the sidebar?

    Thanks!

    Website: netnotion.nl

    #99394
    Zed
    Cryout Creations mastermind

    Verbosa has distinct widget areas in its sidebar and these are displayed differently on mobile devices:
    https://www.cryoutcreations.eu/docs/themes/widget-areas/?theme=verbosa


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #99397

    Thanks. I fixed it with simple css. Maybe for some others:

    @media (max-width: 720px){
    .widget-container {
    display:none;
    }
    }

    #100154
    Zed
    Cryout Creations mastermind

    There’s nothing to fix as the theme already has a widget area which is completely hidden on mobile devices (and two others that remain visible).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Disable sidebar on mobile’ is closed to new replies.