Home Forums WoodMart support forum Sticky add to cart on mobile

Sticky add to cart on mobile

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

    fjagsantos
    Participant

    Hi,

    I want to increase the height of the sticky “add to cart” button on mobile. Can you give me some advice on how to do that using custom CSS?

    #318991

    Luke Nielsen
    Keymaster

    Hello,

    You can use custom CSS in Theme Settings -> Custom CSS -> put this code in the field “Custom CSS for mobile”

    .wd-sticky-btn .single_add_to_cart_button,
    .wd-sticky-btn div.quantity input[type="number"],
    .wd-sticky-btn div.quantity input[type="button"] {
      height: 60px;
    }
    
    .wd-sticky-btn-shown.scrollToTop {
        bottom: 72px;
    }

    Kind Regards

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