Home Forums WoodMart support forum Product page – sticky info not working properly

Product page – sticky info not working properly

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

    Madoo Webdesign
    Participant

    Hi,

    For a client we enabled the Accordion instead of the Tabs. But because sticky product is enabled, the bottom part of the product info is never visible. Once scrolled to the bottom, the content should collide and you should be able to scroll further along the content. But instead when arriving at the bottom, the content jumps to the top, out of view.

    #606154

    Madoo Webdesign
    Participant

    Fixed it myself, with this code:

    .summary .summary-inner.is_stuck {
        position: sticky !important;
    }

    This should be implemented by default instead of fixed.

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