• Resolved morganpubblicita

    (@morganpubblicita)


    Good evening, I’m having problems with the sidebar of storefront. Since i have no need of it, i’d like to put everything in a full width page, and i did that, but, the product page in woocommerce don’t have the option to follow a specific template, and that is giving me some problem since i run a plug in, and it looks rather…. ugly. I’ll link a product page as example, so to let understand the problem

    PLS HELP!

Viewing 3 replies - 16 through 18 (of 18 total)
  • Hi,

    Thank you very much, the code works , but I have a problem, I ‘d like my page singlepage appears “width : 100% ” which is the case with ” body.woocommerce #primary {width: 100 % } ” but it is on all my product pages and I would like it to work only with the my single product page

    An idea ?

    Thank you

    Lullavie

    Hi Lullavie,

    To have 100% width only on single products, use the following CSS instead:

    body.woocommerce.single-product #primary { width: 100 %; }

    Thank you !!! @matty

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Storefront Sidebar (products pages)’ is closed to new replies.