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: Sidebar in blog. Is this possible?

New Front EN Support Forums Kanso Theme Support Sidebar in blog. Is this possible? Reply To: Sidebar in blog. Is this possible?

#6839
mmsatori
Keymaster

Hey Minimizan,

first of all, thank you for choosing Kanso!

In general, the theme’s design does not envisage a blog with a sidebar; however, it is technically possible. Please find instructions below:

1). Paste this code into the “Style: Add Custom CSS” tab of the Theme Options panel:

.page-holder #post-list .post-header {
margin: 0 0 30px 0 !important; 
max-width: 100% !important;
}

.page-template-page_blog-posts-php #content {
width: 60%;
float: left;
}

.page-template-page_blog-posts-php #sidebar {
float: right;
}

.page-template-page_blog-posts-php #post-list {
width: 100%;
}

2). Download this customized file, unzip it, and upload the resulting php template into the theme folder on your server (/wp-content/themes/Kanso/), replacing the existing file.

Should you encounter problems in the process, please let me know!

Sincerely,
Andrii / Satori Studio