Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23956

    The following is a product page. All the comments/recent posts/archives sections which are normally on the right side of the page show up on the left unformatted. Please advice how this can be fixed.

    goo.gl/NZz88

    Thank you.

    #121756

    Hi vijaypillai,

    That is where the sidebar shows up on single product pages. The items within are all wrapped in the proper sidebar/widget wrappers so i’m not sure what you mean by unformatted.

    Regards,

    Devin

    #121757

    Hi Devin,

    Thank you for the clarification. How can I get the sidebar on the right side for single product pages as for other pages?

    Best regards,

    -vijay

    #121758

    Hi,

    Single product pages don’t usually have a sidebar.

    It will require a bit of modification because of the single product page’s layout, please hide it. Use this on your custom.css

    .single-product .sidebar {
    display: none !important;
    }

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce product pages not showing up properly’ is closed to new replies.