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

Sidebar in blog. Is this possible?

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

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6837
    Minimizan
    Member

    Hi and congrats fot the theme.
    I want to know if you can provide the code to insert the sidebar in blog page. I know that it’s possible to add this for each article but I need it in blog page = title in top of the text, not at left and a left or right sidebar. Is it possible? thanks!

    #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

    #6840
    Minimizan
    Member

    Thanks you! the best support ever I fond! thank you very much, it’s working.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.