Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @ccredicott looks like WooCommerce is overriding the top padding that is normally applied to the .post-inner element.

    I would suggest adding this custom CSS to make the WooCommerce CSS only apply to pages with the .woocommerce class instead:

    /* Add padding back to non-WooCommerce pages above .post-inner class */
    body:not(.woocommerce) #site-content .post-inner {
      padding-top: 6rem;
    }

    You can adjust the amount of padding, as you like.

    • This reply was modified 2 years, 2 months ago by Kathryn Presner. Reason: formatting fix
    Thread Starter ccredicott

    (@ccredicott)

    That worked perfectly. Thanks Kathryn!

    Moderator Kathryn Presner

    (@zoonini)

    Great, you’re very welcome! I’ll mark this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No space under featured image’ is closed to new replies.