Okay
  Public Ticket #1186487
Related products not looking fine
Closed

Comments

  •  2
    hassandad started the conversation

    Hello,

    I just figure out that related products in my single product pages is not taking full width. Can you please look into it.

    And one more thing about woocommerce plugin update. I by mistage updated to 3.0.7. Although i have not faced any issue but just want to confirm. Should i degrade woocommerce plugin? Are you releasing theme compatibily for this version in near future?

  • [deleted] replied

    Hi hassandad,

    This seems to be a bug on our theme because this is happening only when you activate the sidebar Left or Right when you go to Theme Options > Shop Settings > Shop Sidebar > Sidebar visibility (listing page).

    Can you please choose Hide Sidebar for the moment there or if you want to show the sidebar then you can apply this CSS fix until the next update. 

    Can you please add the code below to your Custom CSS area:

    body.single-product .products-container.col-md-9.col-sm-8.pull-right-md {
        float: none !important;
        width: 100% !important;
    }
    

    As always we will update Aurum theme to support the latest WooCommerce versions, please just make sure to not update WC plugin anymore without checking first if your theme supports that version or not.

    Will set this ticket as solved from here.