hello I downloaded the latest version enfold. I want the site http://www.piovesanugo.biluba.com not responsive and I wanted to ask how do I make the same size layout http://www.ermesitalia.com
Hey patriscia!
Please add following code to Quick CSS and adjust as needed
.container {
max-width: 1200px;
}
Best regards,
Yigit
thank you.
I’m sorry. why the slide is so much lower than the header?
how can I attack it immediately under no white space?
http://www.piovesanugo.biluba.com
sorry one more question … why do not you see the menu on your smartphone?
Hey!
Please add following code to Quick CSS as well
.home .content { padding-top: 0; }
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
display: block;
}}
Cheers!
Yigit
thank you!!!