Thinner Sidebar

Discussion in 'Andrina WordPress Theme' started by neighborwood, Apr 1, 2013.

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

    neighborwood New Member

    Joined:
    Dec 22, 2012
    Messages:
    2
    Likes Received:
    0
    I have been able to remove the sidebar in my blog pages, but the column from the sidebar is blank but still present. Previous posts on making the sidebar skinnier do not seem to work with the Andrina theme. I would like to make the sidebar thinner on the blog post or removed from the blog posts. Thanks for the help.

    Brian
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the blog.php file present in your Theme Directory and edit the code as shown in the image given below.
    [​IMG]

    [​IMG]

    And now,
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .content-bar {
    padding-right: 15px;
    }
    This will solve your issue.
     
  3. neighborwood

    neighborwood New Member

    Joined:
    Dec 22, 2012
    Messages:
    2
    Likes Received:
    0
    Great, worked perfect. Thxs
     
Thread Status:
Not open for further replies.

Share This Page