CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   How do I make the paragraph text wider? (http://www.codingforums.com/showthread.php?t=288445)

omfaonline 02-28-2013 06:24 AM

How do I make the paragraph text wider?
 
Hello. This might be a very silly question, but bear with me:
My blog text paragraphs are very narrow. I've used the firefox web developer tool and found out it was 400px wide:
http://mrjinglemeister.tumblr.com/

I want to make it 500px wide. I've searched in the tumblr html as well as all 3 css files for a way to do it, to no avail. Help?

abduraooft 02-28-2013 08:10 AM

You have
Code:

.post .content {
    font-size: 13px;
    line-height: 1.538;
    margin-bottom: 20px;
    padding-right: 100px;
}

in http://static.tumblr.com/iqfzjqj/NOSlbvgqu/screen.css

Remove that right padding.

PS: Don't you have firebug?

omfaonline 02-28-2013 12:30 PM

@abduraooft

Thank you so much! I'll download firebug, it looks great :)


All times are GMT +1. The time now is 03:02 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.