Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    You can remove sidebar and make all WooCommerce pages full width by adding this code to Appearance – Theme Options – Other – Custom CSS.

    .woocommerce .col-md-8 {
        width: 100%;
    }
    #secondary {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce – Removed Sidebar, Page not set to 100%’ is closed to new replies.