0
deleted width:160px; and voila 
IT WORKS!
Thank you!!

IT WORKS!
Thank you!!
Responses (5)
-
Accepted Answer
-
Accepted Answer
0thre is the issue: on your template.css file, on line 226, you have this:
#leftcolumn div.module_menu div div div div, #rightcolumn div.module_menu div div div div, #leftcolumn div.module div div div div, #rightcolumn div.module div div div div, #leftcolumn div.module_text div div div div, #rightcolumn div.module_text div div div div {template.css (línia 226)
background:#20252B none repeat scroll 0 0;
margin:0 auto;
padding:0;
width:160px;
}
as you see this is forcing the width of this DIVs to be 160px. you should delete this property or adjust it -
Accepted Answer
-
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »