Home Forums Themes Support Claue Code Help

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #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

    • #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

    • #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

    • #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

    • #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

    • #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

Viewing 5 reply threads

You must be logged in to reply to this topic.