Forums
Forums / Theme: Customify / Sidebar above content on mobile
(@kimski08)
7 years, 7 months ago
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]
(@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!
The topic ‘Sidebar above content on mobile’ is closed to new replies.