• Resolved WP Monkey

    (@scdesmond)


    I’d like to put a sentence or two and a button in the overlay of the image, but the text area is rather narrow. I noticed that it seems to have positioning for that and not padding. Is there a way to that?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author learnhowwp.com

    (@themeythemes)

    Hi,

    You can use this css code in Page Settings to change the width of the text area on top of the image.

    .lwp_overlay_image .text {
        width: 80%;
    }

    I am sorry there is no option to add a button at this time.

Viewing 1 replies (of 1 total)
  • The topic ‘How do you change the width/padding of the text?’ is closed to new replies.