How to make product category description full width ?
-
hi team
please tell me How to make product category description full width like attached SS?
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. To make the categories description like the screenshot under the products on the categories page. You need to add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.description-area-after .term-description {
margin-left: -300px !important;
}
Best Regards.