how to remove home title and move the sidebar to right further

  • Posted in : Read WP
  • lijjumathew
    Participant

    Hi
    I recently installed read wp theme and in the process of setting up my blog. I have gone throught the documentation and other posts and couldn’t figure out few things that I needed. Here are my questions

    1. I want to reduce the white space between horizontal bar and home title. I have tried things mentioned in the forum, but it didn’t work
    Link : http://lijjumathew.com/

    2. I want to get rid of the page title – Home. It is kind of redundant. How can i take that off ?
    Link : http://lijjumathew.com/

    3. I want the side bar to be pushed more to right and have more space for the page context. How can I adjust that ?
    Link : http://lijjumathew.com/big-data/

    Thanks

    serkan
    Moderator

    Hi lijjumathew,

    1) You can use this custom css code;
    .post-list { padding-top: 0; }

    2) .post-list h2 { display: none; }

    3) @media (min-width: 1200px) { .row-fluid .span5 { width: 30%; float: right; } }
    @media (min-width: 1200px) { .row-fluid .span7 { width: 67%; } }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register