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

Product page – sticky info not working properly

Viewing 5 posts - 1 through 5 (of 5 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.

    #606271

    Hung Pham
    Keymaster

    Hello Madoo Webdesign,

    Thanks for reaching to us and appreciate your patience.

    I’ve fixed your issue. Please check your site again.

    Regards,

    #606509

    Madoo Webdesign
    Participant

    Hi Hung Pham,

    What did you fix exactly? Since the problem is still there when I remove my CSS code, and since my code already fixes the issue, there is not much to fix anymore other than the default code.

    Kind regards

    #606569

    Hung Pham
    Keymaster

    Hello Madoo Webdesign,

    Sorry for the typo.

    Glad to hear your issue has been resolved.

    Regards,

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