Home Forums WoodMart support forum how do I make the whole width display?

how do I make the whole width display?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30198

    Pavel
    Participant

    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.
    #30224

    Artem Temos
    Keymaster

    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

    #30226

    Pavel
    Participant

    Thank you

    #30232

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)