Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Set the theme to 100% width

New Front EN Support Forums Kanso Theme Support Set the theme to 100% width Reply To: Set the theme to 100% width

#2359
mmsatori
Keymaster

Hey Oren,

first of all, thank you for the purchase!

The “max-width” declaration you’re after is on line 133 of the “responsive.css” file in the theme’s root folder ;) I’ve put the CSS that governs the fluid layout into a separate file in this case.

If you wish to make the website stretch the entire width of the screen, you can add the following CSS into the “Style: Add Custom CSS” tab of the Theme Options panel (or directly change the “responsive.css” line that I mentioned above):


body .container {
max-width: 100%;
margin: 0 20px;
}

Sincerely,
Andrii / Satori Studio