Jump to content

site width


manix

Recommended Posts

you need to set a fixed width to the container holding the elements which are part of the website.

for instance.

css:

#wrapper{width:1024px;margin:0 auto; overflow:hidden;}

 

html:

<div id="wrapper">
   website content inside here
</div>

Link to comment
https://forums.phpfreaks.com/topic/242096-site-width/#findComment-1243314
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.