Hi, how can I remove the spaces between the lines in the orders page under my account?
Hey DROR,
It looks like we are going to need an account login, as we are shown a login page for the url. Please create a demo account so we see the same page as your screenshot.
Best regards,
Mike
Hi,
Thank you for that, but I’m unsure how to get to the page you are having issues with. I logged in > clicked second button down on the left “Invitations” > added an item to the order > went to basket > went to check out > there I found a form, but could go further because of “we do not ship to US ” error although I tried to fake a address.
Is the issue on the next page, or am I looking in the wrong place?
Best regards,
Mike
I added an order to your account so you should be able to see it now.
Hi,
Thank you, Try this code in the General Styling > Quick CSS field:
p.woocommerce-customer-details--phone,p.woocommerce-customer-details--email {margin: 0px !important; }
Best regards,
Mike
Perfect! thanks.
How can I move the menu box to the right?
Hi,
Please try:
#top.woocommerce-account .woocommerce-MyAccount-navigation {
float: right !important;
margin-left: 50px !important;
margin-right: 0px !important;
}
Best regards,
Mike
Great, thanks. One last thing, how can I add the lines that are missing back – https://screencast.com/t/xezTOaEN9uka?
Hi,
Please add:
#top.woocommerce-account .woocommerce-MyAccount-content {
padding-right: 20px!important;
}
Best regards,
Mike