How can I change width of first_sidebar? Thanks
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
Comments
Comment #1
manjit.singhYou 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