How to change the container width?

How to change the container width?

The theme has a default container width of 1230 pixels.

To change the container width, we simple set this on the .container in the code:

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.

or

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 > Customize > Additional CSS > Paste the below css code inside the text area > Save All.

.container {width: 1170px;}

Rate This Article

(28 out of 71 people found this article helpful)

Leave A Comment?

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