[Resolved] Caption on Featured Images

Home Forums Support [Resolved] Caption on Featured Images

Home Forums Support Caption on Featured Images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1592209
    Zlatan

    Hi,

    I have pasted this code ( https://gist.github.com/diggeddy/5f7c3a4584a8beb51febc9c4f33d6c5c ) in Elements so that the captions for featured images are onlyshown on single posts. So far it works great, there is just a slight problem that all captions longer than one line are stacked on each other on the same line. It seems as if there are no line breaks.

    I am not sure what I need to change in order to get the line breaks.

    #1592319
    Ying
    Staff
    Customer Support

    Hi Zlatan,

    Try this css:

    p.wp-caption-text.thumb-caption-text {
        line-height: 1em;
    }

    Let me know πŸ™‚

    #1592343
    Zlatan

    Thanks, worked like a charm and so easy – didn’t think about that one!

    Happy holidays!

    #1592401
    Ying
    Staff
    Customer Support

    You are welcome and Merry Christmas πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.