themeskult / wp-svbtle

Wordpress Admin & Theme inspired by Svbtle
http://wp-svbtle.com
1.45k stars 220 forks source link

Decrease spacing on the right #163

Open gauravsapiens opened 11 years ago

gauravsapiens commented 11 years ago

Sorry guys, I'm not very adapt to CSS. Couldn't find where to do decrease spacing on right and increase the content area width.

Please help me out. Thanks !

awelfle commented 11 years ago

I think this is where you want to update that:

article h1, article h2, article h3, article h4, article h5, article h6, article p, article blockquote {
    max-width: XXXpx; <-- Set this to your desired width
    padding-right: 100px;
}
gauravsapiens commented 11 years ago

Doesn't work awelle. I would like to add one more thing that I want to do this for a page content, not a post.