- This topic has 7 replies, 2 voices, and was last updated 2 years, 1 month ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Hi,
First of all, the theme is clear and functional. Thank you!
Is it possible to move the left sitebar behind the main content on mobile devices (responsive design)?
Disabling the left sitebar on mobile devices would also help me a bit.
It would be great to be able to set the order of left sitebar, right sitebar and main content in the responsive settings.
Thank you for your help
Best regards
Jörn
Hi Jorn,
At first, thank you for upgrading to the pro version.
Actually left sidebar cant be visible after content on the mobile screens, we coded theme in this way because some users requested to show sidebar widgets first, please share your website URL and we will hide the left sidebar on the mobile screens.
Kind Regards, Vako
Hello, thank you for the feedback.
I think I have found a solution that is acceptable to me, I will swap the content of the left and right sitebar.
best regards
Jörn
We are glad that you were able to found out the solution by yourself.
Feel free to contact us at any time, we are more than happy to help.
Kind Regards
Hello,
my solution does not work reasonably after all. The left sidebar gets longer and longer and the main content is then too far down.
It would be good if you could disable the left sidebar in the mobile view.
the page:
Thanks and many greetings
Jörn
Hi Jorn,
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
@media screen and (max-width: 979px) {
.sidebar-left-wrap {
display: none !important;
}
}
Kind Regards
thanks a lot, it works very good 🙂
Feel free to contact us at any time, we are more than happy to help.
Kind Regards