The width of both sidebars is defined in:
div.sides {
float: left;
overflow: hidden;
padding-top: 20px;
width: 190px;
}
within style.css
Thanks esmi
I have change width to 300px (at the two places where the code you gave me appear) and nothing is changing (you can take a look).
In fact, I just want to enlarge the right sidebar. Is it possible ? Thanks for your help
I can’t see any right sidebar on your site now…
I have reinitialize the code as it was before at 190px…
How can I enlarge the right sidebar (or sidebar #2)
You width problem just might be in this script.
http://www.google.com/reader/ui/publisher-fr.js
It has a width of 130px, that would explain why the sidebar2 is wide enough but still the content overflows.