Hello, there is a problem with sticky header margin on cart page

This topic has 4 replies, 2 voices, and was last updated 8 months ago ago by Tony Rodriguez

  • Avatar: Lovelyfashioncompany
    IP
    Participant
    September 4, 2023 at 18:54

    Hello, there is a problem with sticky header margin gap on cart/checkout pages

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 5, 2023 at 09:08

    Hello, @IP,

    Thank you for using our theme and for contacting us.

    In order to solve your issue, we kindly request you to copy the following CSS code and paste it in the specified location: XStore >> Theme Options >> Theme Custom CSS >> Global CSS. Subsequently, it is imperative to clear your browser cache to view the changes.

    The following CSS code should only work on cart/checkout pages.

    Here is the CSS code:

    @media (min-width: 1200px){
     .woocommerce-cart body.bordered .body-border-top {
        position: inherit !important;
    }
    .woocommerce-cart header#header.sticky .header-main {
        top: 0 !important;
    }
    }
    
    @media (min-width: 1200px){
     .woocommerce-checkout body.bordered .body-border-top {
        position: inherit !important;
    }
    .woocommerce-checkout header#header.sticky .header-main {
        top: 0 !important;
    }
    }

    We trust that this solution will effectively address your concern.

    If you have any further questions or concerns, please do not hesitate to contact us on our support system. Our support team is always available to help.

    Best Regards,
    Team 8Theme.

    Avatar: Lovelyfashioncompany
    IP
    Participant
    September 5, 2023 at 19:36

    Hello, this has worked perfectly. XSTORE never fails to fix problems!
    Thanks

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 6, 2023 at 07:58

    Hello, @IP,

    We’re delighted to hear that XSTORE continues to meet your expectations and resolve any issues you encounter.

    If you ever need further assistance or have any questions, please don’t hesitate to reach out. Your satisfaction is our priority!

    Best Regards,
    Team 8Theme.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Hello, there is a problem with sticky header margin on cart page’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.