Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Other
Sidebar in Mobile View
kptewani
November 2019
in
Other
I was wondering if there was a way to have the sidebar on top of the page content when width is reduced to mobile size.
Comments
Bryan
November 2019
Hey,
please use this JS script, paste it in theme options>custom css&js>js
jQuery(function($){
if($(window).width() < 768) $('.sidebar').insertBefore('#Content');
});
thanks
kptewani
November 2019
Thank you
Sign In
or
Register
to comment.
Comments