@Sakin,
I am trying to make my sidebar widgets to be only 300px. I implemented this code in the Custom CSS box under Theme Options.
#secondary {
width: 300px;
}
Now, my primary content stayed the same width as before. I have tried adding:
#primary {
width: 95%;
}
but it doesn’t work. My website is http://www.adamcgorecki.com. Any ideas?