Viewing 1 replies (of 1 total)
  • Hi,

    Please try to use this custom CSS code in Appearance -> Customize -> Additional CSS to show the right sidebar above main content on mobile view

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

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Right sidebar above content’ is closed to new replies.