- This topic has 2 replies, 10 voices, and was last updated 10 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Encounters › Extra space between image & text in Boxed Images
Greetings,
Thanks for the tutorials on boxed images!
My boxes have extra space between the images and text and I cannot figure out how to remove this space and move the text up (and there isn’t any extra coding for space either)
http://69.89.31.99/~robynlon/
Thanks so much for any tips!
You’re welcome on the tutorial for the boxed images…it’s a newer video (with better audio too) for the boxed images. Anyway, the extra space you see is a result of the poor quality WP editor. When it seens a new line or space between to lines, it thinks it’s a paragraph, so it adds or wraps the item in a paragraph tag. Annoying actually.
When you paste the code into the editor, look for this part:

Make sure it’s on one line as you see above. If that still keeps the paragraph spacing (which is actually a margin on the
tag, then you can always add some custom css to your theme like this:
.thumbnail p {
margin-bottom: 0;
}
Best to do that in a child theme or a plugin that lets you edit the theme css, for example, Jetpack has Edit CSS, but there are other plugins that do editing. Remember that changing any core files means you lose the modifications should you update the theme, hence why the other methods above are best.
Awesome, worked out!!! Thanks SO much–looks much better now!
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.