Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #926018

    Hi, how can I remove the spaces between the lines in the orders page under my account?

    #926024

    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

    #926025
    This reply has been marked as private.
    #926108

    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

    #926114

    I added an order to your account so you should be able to see it now.

    #926119

    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

    #926127

    Perfect! thanks.

    How can I move the menu box to the right?

    #926143

    Hi,
    Please try:

    #top.woocommerce-account .woocommerce-MyAccount-navigation {
        float: right !important; 
        margin-left: 50px !important; 
        margin-right: 0px !important; 
    }

    Best regards,
    Mike

    #926247

    Great, thanks. One last thing, how can I add the lines that are missing back – https://screencast.com/t/xezTOaEN9uka?

    #926537

    Hi,
    Please add:

    #top.woocommerce-account .woocommerce-MyAccount-content {
        padding-right: 20px!important; 
    }

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.