• Hello,

    I have already looked in this forum and found how to remove the whitespace below the page header “Produits” (Products), AND how to make the sorting widget go away entirely.

    HOWEVER! There is still a huge gap between “Show all 9 results” and the top line of product images, and I can’t for the life of me find where in the CSS to change this. (I am using Elementor as well, which doesn’t help, with all those divs appearing in the Developer Toolbar.)

    Can you help?
    Thanks in advance,
    PH

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, the site is under maintenance right now, are you able to set it so that it is viewable so the code can be inspected?

    Thread Starter swisspenelope

    (@swisspenelope)

    Sorry! I have now disabled Maintenance mode.

    Thanks, looks like Elementor is adding some large margin to the bottom there, the following in Appearance->Customize->Additional CSS should fix it

    .storefront-sorting .woocommerce-result-count {
      margin-bottom: 0px;
    }
    Thread Starter swisspenelope

    (@swisspenelope)

    Fantastic! That worked! Thank you so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove white space after sorting widget’ is closed to new replies.