This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Olga Barlow
I haven’t been able to find where I set the width of my website. Can you let me know if there is a setting for this or is it custom code? Also, is there a way to set full width rows in a template?
Thank you for your help!
Hello,
Unfortunately, there is no such option in our theme. At present, it’s possible only by additional customization. But we plan to add this option in one of our next updates.
Regards
That’s a great option to add! Is there a custom code that I can add to my theme in the mean time? Thank you so much!
Hello,
Try to add the following code in Theme Options > Styling > Custom CSS > Global CSS
@media (min-width: 1200px){
.container { width: 1300px;}
}
If you want to make row full width use Visual Composer row settings http://prntscr.com/cht2sg
Regards
You must be logged in to reply to this topic.Log in/Sign up