blog page without sidebar

Discussion in 'Squirrel WordPress Theme' started by marialberti, Feb 14, 2014.

Thread Status:
Not open for further replies.
  1. marialberti

    marialberti New Member

    Joined:
    Jul 22, 2013
    Messages:
    8
    Likes Received:
    0
    I want to remove the sidebar from all over the site and have full-width pages, including the blog page and the page of each article.
    Thank you.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Marialberti,

    For this sending "blog.php" and "single.php". Replace with your existing files.

    And after that

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-content .content-bar .post {
    margin-right: 15px;
    }
    #nav-single {
    margin-right: 15px;}
    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

  3. marialberti

    marialberti New Member

    Joined:
    Jul 22, 2013
    Messages:
    8
    Likes Received:
    0
    Thank you.
    You are very kind.
     
Thread Status:
Not open for further replies.

Share This Page