Width of containers in sections. Hero section width?

Hi Webflow community,

Look I am sorry if this sounds silly, but this is my first site time building anything with Webflow. I am building an electrical website for a client, and I want to make hero sections with a H1 heading & paragraph on the left, and an image on the right. I have laid it out like this:

Section
Container
Div Block
Heading
Paragraph
Div Block as Image Mask
Image

Anyway the container is a flex container and its not wide enough. I want it to be wider and not sure how to go about this, I want the flex I guess - I did try doing a full width thing with a divblock as the container but I don’t want it to be full width on iMacs and larger displays and images will be too large if you get me. Just want it a little wider. How should I structure it? I am obviously doing something wrong.

Thanks for you help!


Here is my site Read-Only: https://delab-electrical.webflow.io

@chaso A webflow container has a default width of 940px
If you want a wider one, you can use a “div” with a “max-width”. Or you change your webflow container default width with custom code.

Look here:

Thanks mate overlooked the max width did figure that out after posting. Thank you.