Home Forums WoodMart support forum Add to Cart Mobile centered

Add to Cart Mobile centered

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

    emyeele
    Participant

    Hello, I am having issues with my Add to Cart viewed on mobile isn’t showing up centered but off to the side (the actual text). Please review screenshot.

    Can you please assist? Thanks.

    Attachments:
    You must be logged in to view attached files.
    #205166

    Hello,

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

    @media (max-width: 575px) {
    .woodmart-sticky-btn .quantity.hidden + button {
     padding-left: 20px;
    }
    }

    We shall fix this in our nearest update.

    Best Regards

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