Home Forums WoodMart support forum Scrolling box on Product descriptions etc

Scrolling box on Product descriptions etc

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #688885

    Mr Mobility
    Participant

    I’ve noticed that on my store’s product pages, the product description field is showing inside a scrolling box. This means customers have to scroll up or down inside the box to view the full information.

    I would prefer the entire product description to be displayed in full on the page without any scroll bar, so that all the content is visible at once.

    Could you please advise how I can remove the scroll box styling or help me adjust the theme so that the product descriptions display fully expanded by default?

    Thanks in advance for your assistance.

    #688966

    Hung Pham
    Participant

    Hi Mr Mobility,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .tabs-layout-accordion div.wd-scroll-content,
    .tabs-layout-accordion .wd-single-reviews div.wd-scroll-content{
        max-height: 100%;
    }

    Regards,
    Hung PD

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