Viewing 4 replies - 1 through 4 (of 4 total)
  • Your css shows this:

    .page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 4.2358em;
    }

    If you copy that into your CUSTOM CSS, and change the padding-top to 0 or whatever you prefer to get the gap you like.

    Thread Starter goofyco123

    (@goofyco123)

    Thank you so much!
    Does this also code also work for other pages?
    I would like to apply it to all the pages.

    It looks like the space in the other pages is mostly padding on bottom of the bread crumbs.

    This in your CUSTOM CSS will tighten it up a fair bit. Should be a way to make it even tighter but I can’t seem to find what else is adding space.

    .woocommerce-breadcrumb {
    margin-bottom: 0em;
    padding-bottom: 0em;
    }

    Thread Starter goofyco123

    (@goofyco123)

    You sir, are a life saver.
    Thank you so much for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Padding between header and 1st post’ is closed to new replies.