Home Forums WoodMart support forum Add to basket button (full width)

Add to basket button (full width)

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #484017

    axxo
    Participant

    Hi there

    Is it possible with a small CSS tweak to strech the “Add to basket” button to it’s full width on all viewports to show it the same width as (in this example) the GPay Button?

    Many thanks
    -a

    #484035

    Luke Nielsen
    Keymaster

    Hello,

    Could you please send me the URL link to your website?

    I await your response.

    Kind Regards

    #484036

    axxo
    Participant

    Hi there

    Sure, many thanks!

    Kind regards
    -a

    #484037

    Luke Nielsen
    Keymaster

    Hello,

    The below code will make the button wider, please define it. in Theme Settings -> Custom CSS.

    .single-product .single_add_to_cart_button {
        width: 100%;
    }

    Kind Regards

    #486007

    axxo
    Participant

    Many thanks, works great!

    Is there another code to do an exception for the bottom bar (Add to basket, see screenshot)?

    Best
    -a

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

    Luke Nielsen
    Keymaster

    Hello,

    Please send me access to the website because you have the maintenance mode so I cannot check that button.

    https://take.ms/e7ZSt

    Kind Regards

    #486419

    axxo
    Participant

    Hi there,

    Many thanks. We did temporary removed the Maintenance Page.

    Link in private section.

    Many thanks
    -a

    #486456

    Luke Nielsen
    Keymaster

    Hello,

    Please enter the below code in Theme Settings -> Custom CSS. Then recheck the issue and let me know.

    .single-product .wd-sticky-btn .cart {
        width: 100%;
    }

    Kind Regards

    #486490

    axxo
    Participant

    Awesome, thank you so much!

    #486514

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

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

The topic ‘Add to basket button (full width)’ is closed to new replies.