Okay
  Public Ticket #2298347
Image Width
Closed

Comments

  •  1
    Luis started the conversation

    Hello,

    I have an image I would like to stay full width on my contact page. I have selected "Stretch Row and Content (No Paddings)" and it works only until a certain point. How can i maintain full width regardless of size of webpage?

    Thank you.

    Luis

  • [deleted] replied

    Hi Luis,

    In that case please do the same as I did in this video: https://d.pr/v/OGKzhM

    So just add a class to your Single Image element (example: my-fullwidth-image) and then add it's CSS code in the Custom CSS area:

    .my-fullwidth-image img {
        width: 100%;
    }

    Have a great day!

  •  1
    Luis replied

    Perfect! Thank you very much.

    Luis

  • [deleted] replied

    Hi Luis,

    Happy to hear thatsmile.png

    Have a great day!