How to stretch 2nd column to the right

How can I stretch the second column with the image all the way to the right edge of the screen?

I’m scratching my head over this, but I cannot find a solution.

Thanks!

Anyone…? :expressionless:

Thank you

Seems your section width is fixed or it has equal padding on each side so all content is in the middle. Go to the cogwheel in the builder, go to section and then set 0 on the right padding if it already has padding. If your section has a fixed width, lets say 1200px, change the width to 100% and then add padding to the left instead.

Hope it works!

Is that an image you have there? Images grow and shrink based on the smallest side of the element they’re in. Increase the minimum height of the element it’s in to make the image “grow”.

But really, don’t ever use images for content. You should be using regular elements in a CSS grid for that kind of content.

See:

1 Like