• 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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hello Jam, the layout for individual people’s pages is generated by the single-team_member.php template file which is a part of a third-party plugin, and therefore is not managed by the theme’s settings. Thanks for understanding!

    Thread Starter Jamncream

    (@jamncream)

    Thank you Andrii, I tossed up whether to ask you or the plugin creator, but I figured they would say switch themes and then the problem would be gone, so I would have to contact the theme creator. I’ll have a look at the single-team_member.php file, then contact the plugin creator if no success.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar wrong side on new posts’ is closed to new replies.