• I want to shrink the amount of caption box just below the caption text. my site. I added “.wp-caption, .wp-caption img and .wp-caption p.wp-caption-text” to my child theme and have been tweaking the parameters but have yet to figure it out.

    thanks

Viewing 1 replies (of 1 total)
  • Try adding this to your child theme:

    #content p, #content ul, #content ol, #content dd, #content pre, #content hr {
        margin-bottom: 10px;
    }
Viewing 1 replies (of 1 total)

The topic ‘how do i shrink caption box’ is closed to new replies.