Home › Forums › Jevelin Theme › no way to change sidebar from right to left on category page
Home › Forums › Jevelin Theme › no way to change sidebar from right to left on category page
I want to place sidebar on left hand side, but not seeing any options in theme settings. Although i am able to change placement of sidebar full blog post page.
Good day,
as following screenshots, I have set the page layout as in “sidebar (left)”, refer to appendix – [jevelin left sidebar – 1]. Result as no different after setting the page layout with left sidebar, refer to appendix – [jevelin left sidebar – 2].
Please advice.
Could you please share the page URL from your site where you want to display the left sidebar so that I can help you?
sure, here you go https://blog.poi2u.com/category/people/
Hi, any update?
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.archive.category #content.content-with-sidebar-right { float: right; padding-right: 0; padding-left: 2%; } .archive.category #sidebar.sidebar-right { float: left; }
thank you!
Hi, it reflects on blog category. how do i move the sidebar to left on home page? refer to appendix as [jeveline left sidebar – 4]. site URL is https://blog.poi2u.com/
It is not a default sidebar on the blog page but it is created using the wpbakery page builder column so to change its position please edit the page using the Wpbakery page builder and change the column position.
noted with thanks
You are most welcome here 🙂