Reply 227220 to: Tag Page Issue

Avatar: Rose Tyler
Rose Tyler
Support staff
December 20, 2019 at 10:03

Hello,

Thanks for the request, it was noted.
Right now, you can use the next workaround: Enable the sidebar for Shop as was mentioned, it will show the sidebar on tag page, then hide it on the Shop page using custom CSS code

.post-type-archive-product .sidebar {
    display: none;
}
.post-type-archive-product .main-products-loop {
    width: 100%;
    left: 0;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.