Hi everyone
Great theme, great work.
I have only one question:
Is it possible to set a max width for the whole layout?
1200px for example.
Thanks,
Florian
Layout max-width
Hi everyone
Great theme, great work.
I have only one question:
Is it possible to set a max width for the whole layout?
1200px for example.
Thanks,
Florian
Thanks!
Yeah. Go to "Lay Options" -> "Misc Options" and you can enter this code into the field "Custom CSS for Desktop Version":
#main-region {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
It works!
Thanks!
Hi! Is it possible to fix the max-width for the header too? I mean: logo on the left, menu on the right, aligned with the limited width content.
Thanks
Right now thats not possible no :/
will write that down and code it as a feature one day!
That would be great... Is it possible for the moment to trick it with some CSS? I'd really appreciate it!
Hey MAN, nah this one's not really easy to do with a quick css fix :/
Hey Armin,
I saw you added this feature, but it seems not to work properly. If, for example, my title and my layout had a 2% left space, once it gets the max width the new value override the title's left space data, and they show unaligned...
Thanks
hey MAN for me it works but yea maybe there is a bug.
What is your website address? Which browser are you using?
Hey Armin,
i just read that there is a feature to fix the header-width when using
#main-region {
max-width: 1200px;
}
It doesn’t seem to work with my Chrome. Or did i get sth wrong?
Thanks!
hey hellllo!
In "lay options" -> "misc options" there u have these two options:
Did you use these two options? Meaning did you enter "1200" in the "Max width of content" field and checked "Apply max width of content to logo and menu"?
Can I have a link to your website to see the problem?
hey armin,
i just found out why it didn't work.
the max-width somehow messed up with the margins of title image menu bar and gridder defaults ( it was all put to 2%). The contend scaled in the right way but the menu bar didn’t – it was still stuck at the 2%.
I put everything to zero.
Now it’s neatly aligned left an right and the max-width is applied correctly.
thanksalot
you are doing great work!
ah yea, now i see it. the problem is the max-width includes the left and right frame of the layout :/
hmmm i need to fix this