Pixel size on div element

Hi,

What size should i have my div at on my website the container size is way to narrow for me ???

Thanks


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

you could have any width you like if you use a div element instead of the native webflow container. I usually work with a 1200px wide div to contain my layout.

say if I had it a 1400 layout would this effect when going through different screen sizes

I am not sure exactly what you mean by “this effect” but if you mean responsive, i would say you could set the 1400px as max-width attribute and set the width attribute to 100%. That way, on small screen like phones and tablet, your div will always take the full width of the devices, whereas on desktop, it will expand to the max width you specified which is 1400px.

ok thank you

:grinning: