Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #241667

    Hi guys,

    I have an issue with the My-Account page on my site, the styling is somewhat off, please see screenshot:

    site is: http://www.meoartis.com/konto/

    Thanks,

    Gabe

    #242524

    Hey chiummog!

    Please add this on Quick CSS or custom.css:

    #customer_login > div.col-1 > form > p.lost_password {
    margin: 0 0 10px 5px;
    position: relative;
    left: 5px;
    top: -12px;
    }
    
    form.login, #top form.register {
    padding-bottom: 50px;
    }

    Best regards,
    Ismael

    #242540

    Mind if I ask about how to put Lost Your Password right next to Remember Me; then put them between Password field and Login button?

    Many thanks!

    #242633

    Hey!

    That’s not easily possible because of the html structure. However you can push the “lost password” link down with this css code:

    
    .lost_password{ clear: both; }
    

    Cheers!
    Peter

    #242680

    Perfect, thanks! Please close post!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Woocommerce my account layout’ is closed to new replies.