Home Forums WoodMart support forum add to cart button issue for mobile view

add to cart button issue for mobile view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #298938

    zaizai
    Participant

    Hi
    I have attribute variation button. add to cart button is out of screen for mobile view.

    please see my link at private area for checking

    Thank you

    #298976

    Hello,

    I am checking and I see add to cart button https://gyazo.com/fef6996c1dcd6bc0b821f6c863e65984

    Please send me your screen, what device, and what browser do you use?

    Best Regards

    #298983

    zaizai
    Participant

    hello
    please see attached picture

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

    zaizai
    Participant

    Hello

    I found the issue occurs only with the ios device such as iphone.
    There is no problem with android

    Best Regards

    #299121

    Hello,

    Please move this code to the Theme Settings > Custom CSS > Destop:

    .product-image-summary .cart {
    		display: flex;
    	}
    	.product-image-summary .single_add_to_cart_button {
    		flex-grow: 1;
    	}

    And remove from Global.

    Best Regards

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