I am pretty new to the coding aspects of wordpress
My question is on the theme Twenty Ten 1.1, I wish to make the right hand column 250px wide instead of its 240 (guess)
where do I look to change the width, and margins
Thank you
I am pretty new to the coding aspects of wordpress
My question is on the theme Twenty Ten 1.1, I wish to make the right hand column 250px wide instead of its 240 (guess)
where do I look to change the width, and margins
Thank you
Have a look at this post, read the topic contents and consider using a child theme.
The style changes from 220px to 250px would be added to style.css are:
#container {
margin: 0 -250px 0 0;
}
#content {
margin: 0 310px 0 20px;
}
#primary,
#secondary {
width: 250px;
}
HTH
David
thank you I will give this a whirl
Brian
I tried to widen the one column, no side bar code in the Style sheet Style.css and every change I made didn't alter the column. Do you have any idea why? I need it about 50 px wider.
This topic has been closed to new replies.