Country above form label on checkout page

This topic has 3 replies, 3 voices, and was last updated 11 months, 1 weeks ago ago by Rose Tyler

  • Avatar: Sergiu
    Sergiu
    Participant
    May 17, 2023 at 15:27

    On checkout page, if is selectet sell in only one country, country label stay above label of form

    https://ibb.co/Yc313YV

    2 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    May 18, 2023 at 05:31

    Hello @Sergiu,

    In order to resolve your issue, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.

    .woocommerce-checkout p#billing_country_field {
        position: absolute !important;
        top: 28% !important;
        left: 85% !important;
    }

    The result should look like this: https://postimg.cc/xXCddfDP

    Note: You can adjust the values in the given code to suit your needs.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 18, 2023 at 07:00

    Hello Sergiu,

    Thank you for contacting us and for using XStore.

    Please try to use the next custom CSS code:

    form #billing_country_field.et-advanced-label label[for] {
        position: static;
        margin: 0;
    }

    Kind Regards,
    8theme team

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.