• Resolved jbrenner08

    (@jbrenner08)


    Seeking CSS for the following…

    Show both sidebars on mobile

    AND

    Show the right/primary at the bottom of content
    Show the left/secondary at the top of the content

    Please and thanks!! ??

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

Viewing 1 replies (of 1 total)
  • Hi,

    Please use this custom CSS code in Customizer -> Additional CSS, to show content between sidebars on the mobile view

    #sidebar-primary {
    	order: 1;
    }
    
    #main {
    	order: 2;
    }
    
    #sidebar-secondary {
    	order: 3;
    }

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile sidebars – both showing – one top and one bottom’ is closed to new replies.