The text of 'Sticky add to cart on mobile' button shows as 2 lines on iPhone
-
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 🙂
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
Ok, I created an account below.
Thanks
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