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

    My site is located at http://symphonyinteractive.ca . I currently have all plugins except WooCommerce deactivated, and have removed any custom CSS I had set in the admin trying to trouble-shoot a display issue. This is what my order received page looks like:

    Order Received Page

    The customer details section does not look right. I can’t access this page on the Enfold Demo to see how it should look.

    This is what I see on the My Account page:

    Order Received Page

    EDIT I guess the My Account page is supposed to look like that after checking the Enfold demo. I think they way the remember me and lost password items are laid out looks kind of messy.

    Does anyone have any what is going on with these display issues?

    • This topic was modified 9 years, 4 months ago by torndownunit.
    #477211

    Hi torndownunit!

    Try adding this to your custom CSS.

    .order-again a {
      float: none !important;
    }

    Best regards,
    Elliott

    #480787

    Thanks this worked. I saw the CSS in another thread where someone had the same problem.

    One issue though. Everything is very ‘crunched together’ now though. EG there is not very much gap above “Customer Details”.

    #481146

    Hi,

    You could try to put some margin on the table like this:

    table.order_details {
        margin-bottom: 40px !important;
    }

    Regards,
    Rikard

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