• Resolved webtexweb

    (@webtexweb)


    Hi

    I am trying to make the shop and product pages full width but can’t find a way to do it? There’s nothing relating to sidebar within the woosetup.php file.

    My page is not live so I don’t see the point of putting a link to it here.

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

    (@silkalns)

    You can make WooCommerce full width and remove sidebar by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.

    .woocommerce #primary {
      width: 100%;
    }
    .woocommerce #secondary {
      display: none;
    }

    Let me know if this is what you were looking for.

    Thread Starter webtexweb

    (@webtexweb)

    That’s perfect thank you. I did try this earlier but must have got something wrong.

    Many thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't remove sidebar from woocommerce shop page’ is closed to new replies.