how do I make the whole width display?
-
I edit the description of the product using visual composer but when setting the row to the full width, it’s trimming it around the edges … how do I make the whole width display?
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
div.tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content,
div.tabs-layout-accordion .woodmart-scroll {
overflow:visible;
}
Kind Regards
XTemos Studio