• Hi guys,

    I’m using the oxygen theme for my site https://www.eiwitshakerecepten.nl

    It’s a lovely theme but I would like to change something on mobile: on mobile the order of the elements is like this: Header, Menu, Left Side bar, Content, Right Side bar, Footer.

    I don’t like that the Left Side Bar comes before the content, so I would like to remove the left side bar when I view the site on mobile.

    Is this possible? How can I change this easily?

    If this is too hard to code, is it maybe possible to make the site unresponsive?

    Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • From the admin dashboard, go to Appearance > Customize.

    Expand the Miscellaneous section.

    Copy & paste this line into the Custom CSS field:

    @media only screen and (max-width: 767px) {.aside {display: none;}}

    This will hide the left sidebar when the screen width is less than 767px.

    Thread Starter GorillaShakes

    (@gorillashakes)

    This is amazing mate! It works. Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Oxygen] Removing left sidebar’ is closed to new replies.