[Resolved] “Your order” headline incorrectly positioned in checkout

Home Forums Support [Resolved] “Your order” headline incorrectly positioned in checkout

Home Forums Support “Your order” headline incorrectly positioned in checkout

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2266751
    Sascha

    Hello,

    in the review area, the heading “Your order” is not aligned left properly, as can be seen on this screenshot and can be reproduced as soon as a product is placed in the cart and the checkout is opened.

    A plugin conflict test has shown that the error only occurs when GP-Premium and Germanized are active. I can “compensate” for the error via CSS, but it would be better to eliminate the cause.

    Could you please help to eliminate the cause of the error?

    Temp-Admin-Login in private note.

    Many thanks and kind regards from
    Sascha Liem

    #2266769
    Sascha

    by the way, for checking this issue, please don’t use the “mHost Create” product, because this product will have a custom checkout page

    #2266780
    David
    Staff
    Customer Support

    Hi there,

    the default Woocommerce checkout template, places the H3 #order_review_heading outside of #order_review container so GP provides the CSS styles to float both those elements to the right.

    Whereas on your site the #order_review_heading is inside the #order_review.
    The only way to resolve that is to add the following CSS:

    #order_review #order_review_heading {
        float: none;
        width: 100%;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.