[Resolved] Mystery 20px of space at top of post/featured image under element

Home Forums Support [Resolved] Mystery 20px of space at top of post/featured image under element

Home Forums Support Mystery 20px of space at top of post/featured image under element

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1871408
    Stephen

    I created a featured image element for top of posts, with border and background. Then in the post, I put a text area at top of post, with a the same border and background.

    I have removed all margin at bottom of element, and top of container in post. They should connect to look like one solid container, but there’s still a 20px space between them. Where do I find this setting?

    (link in private info)

    Thanks in advance.

    #1871667
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .wp-caption,
    .wp-caption .wp-caption-text {
        margin-bottom: 0 !important;
    }
    .single-post .entry-content {
        margin-top: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.