Unite Theme - Sidebar position on top while on mobile device

Hi,

I would like to have the sidebar position on top rather on the bottom as the default one while using mobile device. How could I achieve that?

Thanks in advance

Hey there,
I hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

@media only screen and (max-width: 767px) {
div#secondary {display:table;}
div#primary {display:table-footer-group; float: none;}
#sidebar {display:table-header-group; float: none;}
}

Best Regards,
Support

Thank you!

You guys rock…

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support