Link to home
Start Free TrialLog in
Avatar of Webboy2008
Webboy2008

asked on

css

http://csstemplatesfree.net/template-view/182/

I like above free template. but I would like to make  the middle space wider.
Can you show me how to do that in css? I am not css programmer.

And you can download above url  for free  to view the css file.

Thanks,
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

To make the whole content area wider, which will make the center section wider, you need just two changes.

1.) Change the width in the #wrap definition from 760px to something greater like 960px

#wrap {
background:#fff;
color:#303030;
margin:0 auto;
padding:1px 4px;
width:960px;
}

2.) Find a wider image to fill in the extra space you created in the header section.
Avatar of Webboy2008
Webboy2008

ASKER

1. done.
2. i don't know what to do...
ASKER CERTIFIED SOLUTION
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial