Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS ‘ Wrapper Div’s ‘ Need Suggestion…. Re: ‘ Wrapper Div’s ‘ Need Suggestion….

#87932
ketu
Member

Hi,

If you want to set nav as 100% width then follow below steps,
1. Use position relative in warpper div.
2. give position absolute to nav div and set top and left in pixel as you want to show your nav div in 1040px layout.

Try it and let me know :)