Left Aligning the whole site

  • Posted in : Read WP
  • 9DesignStreet
    Participant

    Hey Fellas this is the best theme I have bought, one thing I want to try and do is to move the whole site to the left of the screen, like this: http://www.davidairey.com/

    Also is it possible to compress the header down so move of the posts are shown without having to scroll down?

    9DesignStreet
    Participant

    Can anyone help?

    9DesignStreet
    Participant

    Is this possible guys?

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .readable-content { margin-left: 0px; }
    #main .row { margin-left: 25px; }
    header.site-header .row { margin-left: 0px; }
    header.site-header hgroup
    {
    text-align: left;
    margin-left: 25px;
    }
    .main-navigation { text-align: left; }
    

    Note: Sorry, I didn’t see this topic.

    9DesignStreet
    Participant

    Mehmet thank you very much, no need to apologise its my impatience. How can I remove the dotted line under the logo and remove some of the gap (padding) so the menu moves up slighty?

    9DesignStreet
    Participant

    Edit:- I have sorted the above out, I do have another question.

    Is it possible to remove the feature image from showing once you click the post?

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    h1.site-title a { border-bottom: 0px; }
    .site-header hgroup { padding-bottom: 0px; }
    

    Featured image? You mean hiding it in the post detail page?

    9DesignStreet
    Participant

    Yes from the detail post page.

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .blog-single .featured-image
    {
    display: none;
    }
    
Viewing 9 posts - 1 through 9 (of 9 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