Okay so i am using the one sidebar option on my site and it is too wide for me. How can I reduce its width without having an negative effect on the layout?
Thanks!
Okay so i am using the one sidebar option on my site and it is too wide for me. How can I reduce its width without having an negative effect on the layout?
Thanks!
In style.css you'll find following code:
#top .fullwidth_sidebar{
width:340px;
}
Change the value of width to your requirements.
The Dude
Thanks, I did that and I also had to adjust the content div width accordingly.
I have one small issue now ... I have the search widget on the sidebar and I need to adjust the width of the search box. How do I do that?
Okay i fixed it :)
You must log in to post.