beginning of text in post and caption font size

Posted in: Newspaper
Post count: 101

Hi,

How to make the text start one line below, as it is too close to the post featured photo.

http://carmeneverywhere.com/10-best-tips-for-visiting-koh-lanta/

How to make the caption font size one point bigger?

tks.

Post count: 22421

Hello,

The space between the text and the images can be increased when editing your post. You can add a space element between the image and the text using a wp space element: ‘nbsp’ or a html br element: http://www.w3schools.com/tags/tag_br.asp

The caption can be targeted with css like so:

.wp-caption-text, .wp-caption-dd{
font-size:12px!important;
}

Thank you!

  • This reply was modified 10 years by Bogdan B..
  • This reply was modified 10 years by Bogdan B..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.