Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1094071
    catballoondesigns
    Participant

    Hi,

    I’d like for my WooCommerce Shop page to have the full-width layout, but I need my products pages to have the sidebar left-content right layout to accommodate a product sorting sidebar. Every time I change the Shop page to fullwidth, it gets rid of the products pages’ sidebar – so thing happens every time I change the global layout to full-width but assign the products pages a sidebar. Is there an easy fix for that?

    • Url for shop page: http://austindesignhs.staging.wpengine.com/shop/

    • Url for one of the products page (to just show the sidebar that I want to keep there): http://austindesignhs.staging.wpengine.com/product-category/pilllows/

    • WordPress version: 4.5.3

    • X Theme version: 4.6.0

    • Cornerstone plugin version: 1.3.0

    Thank you for your help!
    Catherine

    #1094211
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    We could share you a CSS code that will make shop page to become full width. Try adding this code in your Customizer > Custom > CSS:

    body.post-type-archive-product .x-sidebar.left{
    display:none;
    }
    
    body.post-type-archive-product .x-main{
    width:100%
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1094071 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>