Active
Project:
Creative Theme
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2012 at 18:26 UTC
Updated:
9 Dec 2012 at 07:13 UTC
How can I change width of first_sidebar?
Thanks
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