Home › Forums › Themes Support › Claue › Navigation buttons on Mobile
- This topic has 13 replies, 2 voices, and was last updated 5 years, 3 months ago by Harry.
-
AuthorPosts
-
-
July 29, 2019 at 3:30 am #32758
When you look at mobile view in “Checkout” at the bottom, the navigation button is a rounded and its hard to see the word on the button. I was going to style it better, but when i look at it on the css custom view on computer sized down to mobile view, the button is square and easy to read. The button appears differently on mobile than on computer when trying to style it. How to fix this issue?
This is the issue see bottom of this image
This is what i see when i try to style it online even when i shrink screen down to mobile size:
-
July 29, 2019 at 5:58 pm #32769
Hi,
Please add below code
.button.alt.yith-wcms-button { border-radius: 40px; background: #fff; border-width: 2px; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 0 34px; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 29, 2019 at 10:49 pm #32781
I put the code and it only changed case to capital but look on your mobile device and it will look like this still.
-
July 30, 2019 at 9:04 am #32783
I tried add item to cart on mobile it can’t do, please check your custom code.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 30, 2019 at 9:30 am #32784
i put code in them area and custom code. i then clear all cache and on mobile it still looks same. Add to cart is working fine. go to checkout to see the button issue.
You are looking at https://bestfitbybrazil.com right?
-
July 30, 2019 at 9:47 am #32785
Yes, i check on https://bestfitbybrazil.com right now, when select variation the sticky add to cart button disappear, please check.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 30, 2019 at 9:59 am #32786
i think i know why you can’t add to cart. you’re trying to add an item to cart that you have not selected the Attribute “Size” for yet. i’m working on getting the add to cart button to pop this up somehow, but meanwhile watch this video on where to select the size then it will add to cart and not give you a message.
This is what i do to add to cart. try it.
https://www.dropbox.com/s/q6g2yvalvl39bvh/IMG_2334.TRIM.MOV?dl=0
-
July 30, 2019 at 10:19 am #32787
Hi,
My screen when selected variation
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 30, 2019 at 10:47 am #32788
what cell phone do you have? what size? i may need to make style adjustments. i always use
@media only screen and (max-width: 768px) for all devices mobile but not sure if that will look good on smaller devices
Meanwhile what happens if you turn your cellphone sideways so you can see buttons on wider screen?
-
July 30, 2019 at 10:49 am #32789
I used iPhone7+ and iOS 10.3
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 30, 2019 at 12:11 pm #32790
I made some adjustments. please try now. thx.
-
July 30, 2019 at 1:27 pm #32791
It still the same.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 3, 2019 at 8:48 pm #32904
Ok you should be able to check view it now by going to checkout and pressing order info then scroll to bottom and you should see the skewed button on left
-
August 3, 2019 at 11:35 pm #32907
Please change prev code to
.button.alt.yith-wcms-button { border-radius: 40px; background: #fff; border-width: 2px; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 0 34px; -webkit-appearance: none; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.