Tagged: schmidtgrafisk
Hey Enfold
My site seem a bit narrow, is there a way to set it wider.
When I compare my site to some of your templates, my site is smaller.
Please help my.
Thanks ;)
Hey Alan,
You can set the container width under Enfold->General Layout->Dimensions.
Best regards,
Rikard
Hey Rikard
I did that, it’s set to 100%, but it’s still very narrow…
Alan ;)
if you got a css code error on quick css ( a missing closing bracket (often forgotten on media querries) , comma instead of semi-colon (or vice versa) , etc pp) the rest of your css could be ignored.
this enfold setting of container max-width is added after the quick css settings – so it will go back to the standard container width of 1010px (see: grid.css ) .
/* Base sizes */
.container .av-content-full.units {
width: 100%
}
.container .av-content-small.units {
width: 73%
}
.boxed#top, .html_boxed.html_header_sticky #header{
width: 1010px;
}
.container{
max-width: 1010px;
}
on default the value in that input field of max-width is 1310px – but i tend to set it to 1500 (or 1510px)
a totaly missing of max-width ( max-width unset ) looks strange ;)
have a look at your code :
@media only screen and (max-width:1100px) {
.responsive #top .av-main-nav .menu-item-avia-special {
display:block !important
}
.responsive #top .av-main-nav .menu-item {
display:none !important
}
/************** here is a missing closing curly bracket *******/
@media only screen and (max-width:1024px) {
#header_meta {
display:none
}
}
Hey Guenni007
Thanks a million, man that just made my weekend
Alan )
Hi Schmidtgrafisk,
I’m glad that @Guenni007 has helped you :)
Thanks for using Enfold and have a great weekend!
@Guenni007 thanks for helping out :)
Best regards,
Nikko