Side Bar and Body Justification

  • Posted in : Read WP
  • himabatavia
    Participant

    Hi there,

    I used the custom CSS to reduce the side bar size, and increase the body, but its not translating into new pages and posts. Code below

    jQuery(document).ready(function($) {
    $(‘#primary.span7’).removeClass(‘span7’).addClass(‘span8’);
    $(‘#secondary.span5’).removeClass(‘span5’).addClass(‘span3’);
    });

    Secondly, I’d like for my main content all to be justified left and title and content aligned. How do I do this?

    My blog is isayhealth.com

    ahmetsali
    Keymaster

    Hi,

    1-) I see the code is effected your site, your sidebar is narrower than default version. You want something different?

    2-) try this custom css code;

    .entry-header, .post .entry-title, .entry-meta, .hentry:before, .hentry.sticky:before, .not-found  {
        text-align: left;
    }
    .entry-content a.more-link {
        margin-left: 0;
    }
    
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