Home Forums WoodMart support forum How to show the full product description and not without scrollbar

How to show the full product description and not without scrollbar

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

    kelvin06
    Participant

    Hi!
    I would like to let the entire product description,
    i don’t want the scrollbar.
    Is there something to do?
    look at the screen.
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #85994

    Hello,

    Please add this code to the Theme settings > Custom CSS:

    body .tabs-layout-accordion .woodmart-scroll,
    body .tabs-layout-accordion .has-scrollbar .woodmart-scroll-content {
        overflow: visible;
    }
    
    body .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
        max-height: 100%;
    }

    Best Regards

    #85995

    kelvin06
    Participant

    Thanks you, it works well,
    would it desappear after new version?
    i don’t use child theme because i tought i will never modificate code.
    thanks you very much it help me 🙂

    #86018

    Hello,

    No, it would not disappear even though you do not use the child theme. When you update the theme correctly all the Custom CSS remain.

    https://xtemos.com/docs/woodmart/update-theme-2/

    Best Regards

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