How to setting to have a wide layout without sidebar ?
Hi unicaweb,
I’m not sure I understand what you mean, do you want to remove the sidebar with the categories?
Thanks,
Rikard
No I want remove sidebar in woocommerce single product
Hi!
To remove the sidebar from the products page go to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar.
Regards,
Vinay Kashyap
This widget (Everyhere) is empty
I delete all widget in SINGLE PRODUCT PAGE but sidebar is again visible http://www.ceramicaoutlet.it/prodotto/box-doccia-modello-giada-componibile-l6980-h185/
Hi @unicaweb;
try to add these lines into your custom style or Theme settings> General Styling > Quick CSS :
.single-product .template-shop .product {width: 100% !important;margin-right: 0 !important;}
#top #main .sidebar{display: none !important;}
Perfect! Thanks!
Is possible have this setting also in category ? http://www.ceramicaoutlet.it/categoria-prodotto/arredobagno/
Hey!
Please add following code to Quick CSS as well
.archive.woocommerce .content {
width: 100%!important;
border: none!important;
}
@begrafiks thanks as always :)
Best regards,
Yigit