• Good Morning,

    Having a few filter issues, wonder if anyone can help.

    I have added a filter to my store, the problem is when I click on one of the categories it takes me to the page but there is a massive space between the products and header.
    I have tried to make changes to push it up it knocks all the pages out of sync with the mobile & desktop view.

    Hope someone can help. Look forward to your replies.

    Kindest Regards,

    Mark

    • This topic was modified 5 years, 7 months ago by Yui. Reason: moved to fixing wordpress

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi mark
    please add below css in your active theme or appereance->customize -> Custom or additional css:

    .tax-product_cat div#primary {
    margin-top: 0px !important;
    }

    Thanks
    Ahir

    Thread Starter broom80

    (@broom80)

    Sorry for the late reply Ahir, thank you so much for your answer.

    Works perfectly.

    I have one more question could you help me with the correct css code for my checkout page https://theurbanlightcompany.com/cart/

    The text is written over the Logo and I would like to move it down? Sorry to ask and I hope you can help 🙂

    Many thanks again,

    Regards,
    Mark

    Thread Starter broom80

    (@broom80)

    Sorry meant *Cart Page

    Look like something went wrong with your theme, you have added some plugins, meanwhile add this css.

    .woocommerce-page .ast-theme-transparent-header #masthead {
        position: relative !important;
    }

    might be you have customized something and that’s why all pages was broken

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Filter Issues’ is closed to new replies.