How can I change width of first_sidebar?
Thanks

Comments

manjit.singh’s picture

You can change it with CSS. Take a id of First-sidebar and apply CSS as follows:

#first-sidebar {
width: 430px;
}

As i used dummy class or id, for the CSS