Hi,
I would like disable sidebar in product page. But not delete widgets because if i do that i follow seeing empty sidebar. I want single product page without sidebar. How can i do it?
Thanks.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
If this is too difficult, another option would be to put a different sidebar there
can you explain this?
because if we provide a code to hide sidebar then it will hide that from all the same kind of pages
This reply has been marked as private.
This reply has been marked as private.
ok i now got your point let me check the code for this
Ok, thanks.
Let me know when you have it.
By the way, I do not receive emails from the subscriptions to the forum topics, do you know what could be the reason?
hi
for your CPT
use this:
.single-noticias .col-md-3.col-sm-3 {
display: none;
}
.single-noticias .col-md-9.col-sm-8 {
max-width: 100% !important;
flex: 0 0 100%;
}
This reply has been marked as private.
This reply has been marked as private.
Ok, it is all right now. Thanks.