• Photo captions on featured images are jammed up and displayed on photos; no spacing between photo and caption. Captions also do not contain line breaks to display properly; as a result, words overlap. See example.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @kredacter

    You can use the following code in additional CSS box in customizer:

    .single--layout-one .single-entry-meta {
    	margin-top: 100px;
    }
    
    .post-thumb-caption {
    	display: block;
    	line-height: 24px;
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Photo captions broken’ is closed to new replies.