Home New Guten Forums WoodMart support forum Center cart and checkout messages

Center cart and checkout messages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #667110

    DBP
    Participant

    Hi,

    i would like to center the woo messages and have them in the site container. My current layout is boxed, so would like the messages to appear centered and boxed, too. How to archive? Pls check the screenshots.

    Kind regards Alex

    Attachments:
    You must be logged in to view attached files.
    #667177

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. change the code as per your requirements to adjust it.

    .woocommerce-notices-wrapper, 
    .woocommerce-message, 
    .woocommerce-error, 
    .woocommerce-info {
        max-width: 1200px; 
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    
    .woocommerce-message:before, 
    .woocommerce-error:before, 
    .woocommerce-info:before {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    Best Regards,

    #667241

    DBP
    Participant

    Hi, thats also does nothing. Pls check again. 3 times your support provided me with some css, but none of the code works out. Why?

    Attachments:
    You must be logged in to view attached files.
    #667297

    Hello,

    Now I have checked your site, and the checkout page layout has changed.
    See Screenshot for clarification; https://ibb.co/HfPJkCCw

    If you have any questions, feel free to contact us.

    Best Regards,

    #667311

    DBP
    Participant

    Hi Aizaz, i dont knwo what your or the other support workers do, but the layout ist totaly altered and im absolutly not happy with this. I´ve needed a seroius amount of time to positioning the background illustation of the category header. And now it´s simply altered to horizontal repeating and every effort i made is destroyed. Why you or the others alter parts of the side which are absolutly not requested to do anythinh with? Thats super bad!

    Exactly the same with the checkout! I´ve never requested to alter the layout totaly and put the paypal button on top while its now missing at the place where it belongs to be. Sorry, what is this, that really sucks.

    None of my support request from yesterday works out. Instead of giving me CSS that works, you just destroy the page. That’s not very professional. Pls explain why the support team activly destroy may layout and do not solve my request.

    #667393

    Hello,

    I understand your frustration, and I’m truly sorry to hear about the issues you’re facing.

    However, I’d like to clarify that I have not made any changes to your site layout, including the checkout page or the category header background. In fact, I have not received any login credentials or access to your site, so no actions have been taken from my side that could alter your layout. It’s possible that recent changes may have unintentionally affected your design.

    For your issue, I’m currently unable to place an order on your site and cannot see the checkout error message. Kindly provide your website login details so I can further investigate the issue, attempt to place an order, and give you a possible solution.

    Thank you for your understanding, and I’m here to help resolve this as smoothly as possible.

    Best Regards,

Viewing 6 posts - 1 through 6 (of 6 total)