override text width of 600px horizontal

felixazar / 2013-07-18 15:41:27   

hey,
i want to override the max text width of 600px to maybe 700px or more, but i've tried almost everything possible without any result!
help would be nice!
thx

felixkleymann.de

Vaska A / 2013-07-18 15:56:28   

It's very easy to edit this in the style.css file - it's just one edit. The default is 450, not 600...

  1. #exhibit p, code, blockquote { width: 450px; margin-bottom: 1em; /* line-height: 1.3em; */ }
felixazar / 2013-07-18 16:31:36   

thanks for the fast respond!
i tried to edit the format.horizontal.php like in v.073 but nothing happens!
i enabled the horizontal format, but the max width is 600px!
how can i override these?

arsondpi / 2013-07-18 17:28:59   

I think if you edit the format, find line 78 - there's a max: 600 at some point.
Change it to something else and then I think you can set it from Admin>Formats>Horizontal, Options.

felixazar / 2013-07-18 18:24:12   

thats it!! perfect! thx a lot!!

This thread has been closed, thank you.