Sidebar in blog. Is this possible?

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

Di-tag: ,

Melihat 3 tulisan - 1 sampai 3 (dari total 3)
  • Penulis
    Tulisan-tulisan
  • #6837
    Minimizan
    Anggota

    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
    Anggota

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

Melihat 3 tulisan - 1 sampai 3 (dari total 3)
  • Anda harus log masuk untuk membalas topik ini.