By Lakshmipriya-1 on
i use the default theme in my site. i need to reduce the width of the left and right side bars or atleast one of them. how do i do it?
where do i alter the width size?
i use the default theme in my site. i need to reduce the width of the left and right side bars or atleast one of them. how do i do it?
where do i alter the width size?
Comments
style.css
I would recommend using the firebug extension to firefox as it helps to track down answers to this type of question. In this case changing both sidebars to another with requires changes in three places.
style.css (line 379)
and style.css (line 363)
and style.css (line 374)
Change all instances of 210px in the above css to you new value.