• Resolved dakarevent

    (@dakarevent)


    Hi there ,

    Here is the problem i see when a user click in the registration page.
    Can you tell me how to fix that ?

    thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    I hope you’re doing well 🙂

    I checked your page and seems the problem are the following CSS rules

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 48%;
    }
    
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 48%;
    }

    In order to fix it, please add the following CSS rules on Appearance > Customize > Additional CSS

    .yith-wcaf .u-column2.col-2 {
        float: right;
        max-width: 48%;
    }
    
    .yith-wcaf .u-column1.col-1 {
        float: left;
        max-width: 48%;
    }

    It should fix this like the following image

    Please, try it and let me know.

    Have a good day.

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    I am setting this topic as solved for now as we have no more news from you.

    But please, feel free to open a new one at any time to receive additional support on any other issue.

    Have a great day!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Resgistration page’ is closed to new replies.