Feb 03, 2019 4:51 pm
Is there a way to show sidebar first so that I have the sidebar search and recent posts at the top of forum content for mobile only.
2 Replies
Feb 04, 2019 9:42 am
Hi Daver,
Yes, it should be possible by using CSS code. Just need to add a CSS code with the appropriate selector to Dashboard > Forums > Settings > Styles > Custom CSS code textarea:
The CSS rule is:
display: flex;
flex-direction: column-reverse;
The appropriate selector you can find by pressing F12 on the browser and opening Chrome or Firefox Console:
Feb 04, 2019 4:12 pm
I put the css in the custom css code area but nothing happens. Do I have to modify some php file as well?