I couldn’t find the theme in question but you want to look in the style.css file.
You could also contact him via his website.
Best of luck.
In the style.css file you’ll see different entries for different areas of the site (header, footer, etc.) The section for the Content can have many different names, but it will almost certainly have a width=”100%” or similar setting. Basically look for any container sounding name that has a dimension listed for width and put in your desired width as 100px or whatever px size you want it to be. It shouldn’t take long to figure out which one is the main content
Okay found the css.
The stylesheet is called andreas09.
You want to look under:
#container {
background:#f0f0f0 url(img/bodybg.jpg) repeat-x;
color:#303030;
margin:0;
min-width:770px;
padding:0;
text-align:left;
width:100%;
}
Change the width to your desired width. You might also need to change min-width.
🙂
Thread Starter
LwEEs
(@menel001)
Guys,
You are Genious, totally. Now is looking the way I want. Cellobella, thank you so much. Harknell, also thank you. I don’t know what one would do without such great community.
Thanks again,
Luis