Before you ask please READ THIS

product tiles sticking to the top of woocommerce page after search

in FatMoon Posts: 124
Hi,
After using the search box on my shop page (sensibleedibles.com), the subsequent view of the woo-commerce page displays product tiles stuck to the hero slider. This only happens when using the search box. Normally, when viewing the home shop page or one of the categories pages it shows padding between the first line of product tiles and the hero slider. See the images below for reference.

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    To achieve the same result as on the category page please add such custom CSS:
    body.search-results .content-box {
        padding-top: 150px;
    }
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion