Osclass forums
Support forums => Themes => Bender => Topic started by: Resta on March 09, 2018, 08:44:41 am
-
Hello,
I was wondering if anyone has moved the the sidebar from left to the right side on the category/search results pages? If so, could you please provide instructions? TIA!
-
Hello,
I'm not sure, but depending on your theme you should just change float in CSS.
Regards.
-
Theme is Bender!
you should just change float in CSS
Want to know what exatly to change in the CSS with regards float and where.
Thanks!
-
OK, I'm going to take a look at it. :D
-
EDITED
Add this to your theme's CSS file:
body.search #sidebar {
float: right !important;
}
body.search #main {
float: left !important;
}
-
Thanks, Patrick - it works but there is a problem - it does the same to the menu in the user dashboard. If there is a simple workaround so the user menu sidebar still stays on the left, I would like to know but otherwise no problem because I found another way to do what I want.
-
Check my edited post up there.
Regards.
-
Thanks, Patrick - I already changed my search page so I have test this later and I will report if there is any issue. Thanks again!