Home › Forums › Themes Support › Claue › Code Help
- This topic has 5 replies, 2 voices, and was last updated 6 years, 3 months ago by Harry.
-
AuthorPosts
-
-
October 2, 2018 at 7:25 pm #25271
Hi Harry,
In my cart page, in the field of coupon code I need some help. http://take.ms/BOgZB
The field itself has center align for inputting the code, but it’s placeholder doesn’t get center align with my try,
I use these codes :
input#coupon_code.input-text ::-webkit-input-placeholder { text-align: : center !important; } input#coupon_code.input-text ::-moz-placeholder { text-align: : center !important; } input#coupon_code.input-text :-ms-input-placeholder { text-align: : center !important; } input#coupon_code.input-text :-moz-placeholder { text-align: : center !important; }
What’s wrong with this?
Regards.
Rahim Vaziri
CEO & Founder at Look.ir -
October 2, 2018 at 9:42 pm #25275
Hi Rahim,
Please change code
input#coupon_code.input-text::-webkit-input-placeholder { text-align: : center !important; } input#coupon_code.input-text::-moz-placeholder { text-align: : center !important; } input#coupon_code.input-text:-ms-input-placeholder { text-align: : center !important; } input#coupon_code.input-text:-moz-placeholder { text-align: : center !important; }
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 3, 2018 at 1:37 am #25306
Thank you Harry,
It’s fine on desktop now but in mobile it’s not fixed.
I cleared the cache. http://take.ms/QV8B3
Rahim Vaziri
CEO & Founder at Look.ir -
October 3, 2018 at 10:27 am #25316
I tried code on my local with RTL layout it still work well http://take.ms/LMyd7
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 4, 2018 at 7:40 pm #25405
Hi Harry,
This is solved now.
The code you gave me up here had two ” : ”
If you added this to rtl.css, please edit it.
Regards.
Rahim Vaziri
CEO & Founder at Look.ir -
October 4, 2018 at 9:22 pm #25413
Hi Rahim,
It now custom for only your site, so i don’t add to rtl.css if have more user request this I will implement in rtl.css
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.