• Hi,

    I need the sidebar to appear BEFORE the main content on mobile view. I’m going insane trying to figure it out.

    Could someone please help me?

    Thank you

    Kim

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author PressMaximum

    (@pressmaximum)

    Hi @kimski08,

    I see you are using the left sidebar and it always display before the main sidebar on mobile view.

    But if you use the right sidebar, just add this to Customizer => Additional CSS:

    @media ( max-width: 768px ) {
    #main { order: 2; }
    #sidebar-primary { order: 1; }
    }

    Let me know how it goes!

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar above content on mobile’ is closed to new replies.