This topic has 1 voice, contains 1 reply, and was last updated by Jeremy Clark 302 days ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic has 1 voice, contains 1 reply, and was last updated by Jeremy Clark 302 days ago.
| Author | Posts |
|---|---|
| Author | Posts |
| June 11, 2011 at 5:53 pm #1573 | |
|
|
Currently I want to use the Fluid version of the theme, mainly because I know what a pain fixed sites are for small screens. Then again it can be a pain in the as if the fluid goes heywire on a big screen and fills it all up. Is it possible, today, to set a max width even if it’s fluid? Been trying to find it but I can’t seem to. Guess it could be sorted with CSS if needed. Other than that, I love the theme, and it really has a lot of potential to do your own thing with it. Here’s the blog btw: http://maloki.se |
| July 19, 2011 at 3:57 pm #1574 | |
|
Jeremy Clark |
You can add this to your custom css box under the Style Settings page.
#header, #page{
max-width: 1500px; } Keep in mind older version of ie don’t respect the max-width, but your modern browsers do. |
You must be logged in to reply to this topic.