Home Forums Themes Support Gecko check out layout problem

Viewing 1 reply thread
  • Author
    Posts
    • #9205

      Hi

      the check out input boxes are miss aligned and when you try and check out a error shows say ‘enter address to continue’ even when address has been entered

      please see attached images for examples

      thank you

      Attachments:
      You must be logged in to view attached files.
    • #9216

      Hi,

      You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

      .form-row.form-row-wide.address-field {
      float: right;
      width: 49%;
      }

      @media only screen and (max-width: 736px) {
      .form-row.form-row-wide.address-field {
      width: 100%;
      }
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.