Home Forums WoodMart support forum The text of 'Sticky add to cart on mobile' button shows as 2 lines on iPhone

The text of 'Sticky add to cart on mobile' button shows as 2 lines on iPhone

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #197074

    jay
    Participant

    Hi team, The ‘Sticky add to cart on mobile’ button shows as 2rows on iPhone (11pro Ios13.5 Safari)
    I tried to reduce the number of characters, but it displayed in two lines even there are only 4characters(Korean). Please kindly check this issue. I attached the screenshot in Private Content. Thanks!

    p.s. On android, It works well 🙂

    #197240

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please provide the site admin access to the private area so that we could check and suggest.

    Best Regards

    #197493

    jay
    Participant

    Ok, I created an account below.
    Thanks

    #197650

    Hello,

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

    body .woodmart-sticky-add-to-cart {
    	display: flex;
    	word-break: keep-all;
    	hyphens: none;
    	white-space: nowrap;
    }

    As soon as you add the custom CCS, please clean the cache.

    Best Regards

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