Home Forums WoodMart support forum product add to cart not at the same line all the buttons

product add to cart not at the same line all the buttons

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #668877

    assaf
    Participant

    attached image of the mobile situation..

    the item count, add to cart, buy now all in separated line, how I can make them all in the same line?

    Thanks!

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

    assaf
    Participant

    any help will be appreciate..

    #669098

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    .single-product-page .summary form.cart {
    	display: flex !important;
    	flex-wrap: nowrap !important;
    	align-items: center;
    	gap: 10px;
    }
    .single-product-page .summary form.cart > .quantity,
    .single-product-page .summary form.cart > .single_add_to_cart_button,
    .single-product-page .summary form.cart > .wd-buy-now-btn {
    	flex: 0 0 auto !important;
    	width: auto !important;
    	margin-right: 10px;
    	white-space: nowrap;
    }

    Best Regards,

    #669211

    assaf
    Participant

    Thanks but it seems that Custom Css is not working for some reason.. any suggestions?

    Many thanks!

    #669294

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #669302

    assaf
    Participant

    info attached

    #669357

    Hello,

    The login details you provided are not working. Please share the correct login details so I can check the issue and give you a possible solution.

    Best Regards,

    #669364

    assaf
    Participant

    Hi, sorry about it, attached again.

    Thanks!

    #669394

    Hello,

    Your issue has been resolved. Check back your site and check the issue.
    See Screenshot for clarification: https://ibb.co/Myb2QJwy

    Check back your site after completely clearing the browser cache and check the issue.

    Best Regards,

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