Tagged: schmidtgrafisk
-
AuthorPosts
-
October 13, 2023 at 11:51 am #1422384
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 ;)
October 13, 2023 at 1:06 pm #1422392Hey Alan,
You can set the container width under Enfold->General Layout->Dimensions.
Best regards,
RikardOctober 13, 2023 at 5:09 pm #1422419Hey Rikard
I did that, it’s set to 100%, but it’s still very narrow…Alan ;)
October 13, 2023 at 5:41 pm #1422422if 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; }October 13, 2023 at 5:57 pm #1422424on 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 } }October 13, 2023 at 7:01 pm #1422430Hey Guenni007
Thanks a million, man that just made my weekendAlan )
October 14, 2023 at 3:21 am #1422443Hi 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 -
AuthorPosts
- The topic ‘schmidtgrafisk’ is closed to new replies.
