How to change Sidebar width?

How to change Sidebar width?

Just add this css code in Dashboard > Appearance > Theme Options > Layout > Custom Css & Js > Enable Css > Yes > Paste the css code inside the text area > Save All.

or

Get into Admin panel > Appearance > Theme Option > Integration > General > Custom CSS > Enable Custom CSS  > Yes > Paste the below css code inside the text area > Save All.

#primary { width: 820px; }
#secondary, #secondary-right, #secondary-left { width: 350px; }

or

#primary { width:75%; }
#secondary, #secondary-right, #secondary-left { width: 25%; }

Note: You can change the width value as per your need.

Rate This Article

(43 out of 82 people found this article helpful)

Leave A Comment?

This site uses Akismet to reduce spam. Learn how your comment data is processed.