Sidebar wrong side on new posts
-
Hi Andrii,
I had a similar problem previously, but it was with WooCommerce products.
The code you asked me to add, that fixed that problem was:@media screen and (min-width: 48em) { .tax-product_cat.right-sidebar .content, .product-template-default.right-sidebar .content { float: right; } .tax-product_cat.right-sidebar .sidebar, .product-template-default.right-sidebar .sidebar { float: left; padding-right: 8%; padding-left: 0; } }
Now I am working on a new website, I set default sidebar to left, but when using plugin “Team” to add a staff listing, the staff list page (https://scghanaesthesia.com.au/about-us/our-staff)displays the sidebar left, but the individuals page shows sidebar right (when you click read more for any staff member). The individuals page appears to be using archives, but I couldn’t work out how to modify your code to fix this issue, and apply it to “archives” to force them to use left sidebar.
Thank you in advance,
Jam
https://scghanaesthesia.com.au/archives/team_member/staff-member-1
The page I need help with: [log in to see the link]
- The topic ‘Sidebar wrong side on new posts’ is closed to new replies.