Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1398761
    #1398877

    Hey Nancy,

    The following custom CSS code you have in the Style.css file of your child theme was causing the issue

    
    .col2-set .col-2 {
        float: none !important
    }
    

    I changed the code to the following one

    
    #top:not(.woocommerce-account) .col2-set .col-2 {
        float: none !important
    }
    

    Please review your website.

    Best regards,
    Yigit

    #1398878

    that’s great thanks! I don’t remember what that code was about, but I’ll keep it for now.
    it works fine now.
    best
    Nancy

    #1398879

    Hi Nancy,

    You can add a comment above your custom CSS code to remember why you added the code: https://developer.mozilla.org/en-US/docs/Web/CSS/Comments

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day.

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘woocommerce My Account page Billing address error’ is closed to new replies.