Home Forums WoodMart support forum Mobile Sticky Add to Cart Align Problem

Mobile Sticky Add to Cart Align Problem

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

    cagrikucukel
    Participant

    Hi,

    I changed the text. (sticky add to cart.)

    No problem with the desktop version. There’s a problem with the mobile. The text is not aligned. Please see attached file. How can I center it?

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

    Hello,

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

    @media (max-width: 576px){
    body	.woodmart-sticky-btn .single_add_to_cart_button {
        padding-left: 0;
    }
    }

    Best Regards

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