Viewing 3 replies - 1 through 3 (of 3 total)
  • That’s because you used the body tag to change it — so that changes it in the entire site. Try using CSS selectors specific to the area you want to change — i.e. #content for the main section or #sidebar for the sidebar.

    Also recommend using Firebug to work with CSS — it shows you what CSS is affecting specific areas of the page and you can test changes without making them in the code yet.

    Good CSS reference here:

    http://www.w3schools.com/css/

    BTW, justify is generally much harder for users to read — not recommended for regular text.

    Thread Starter ChaitanyaSingh

    (@chaitanyasingh)

    Thanks WPyogi. I will try that and let you know the status.

    Thanks again.

    Thread Starter ChaitanyaSingh

    (@chaitanyasingh)

    thanks it works:)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Sidebar issue’ is closed to new replies.