Home Forums WoodMart support forum In Stock text pushing sticky add to cart button on mobile

In Stock text pushing sticky add to cart button on mobile

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

    mikewordpress
    Participant

    Hello,

    I really love the sticky add to cart button feature on the new version! But I have one issue on mobile as the In Stock text is pushing the add to cart button to the right.

    Please see the link attached.

    Thank you very much!

    #59390

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .woodmart-sticky-btn .stock {
        margin-bottom: 0;
        margin-right: 20px;
    }

    and this part for mobile devices only

    .woodmart-sticky-btn .stock {
       display: none;
    }

    Regards

    #59440

    mikewordpress
    Participant

    That worked perfectly.

    Thank you very much!

    #59448

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘In Stock text pushing sticky add to cart button on mobile’ is closed to new replies.