I want to display the google map over the whole width of the webite?
Hi alfaweb2!
Please add a color section element to your page with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then place your google maps element inside it then add following code to Quick CSS
#your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }
Cheers!
Yigit
Hey!
I cannot see custom ID on your color section. Please use following code
.page-id-14 #av_section_2 .container {
max-width: 100%!important;
}
Best regards,
Yigit
Hey!
You are adding custom CSS class, you should add Section ID :)
Also i see that you are using Code Block element, can you please use Google Maps element under Media elements instead?
Regards,
Yigit
is there no way to do this with the color area?
OK WORKS!!!!!! only the white space is still there! Thank for the tipp!!!!
Hey!
Please add following code to Quick CSS as well
#googlemapbreit .content {
margin-bottom: -20px!important;
}
Cheers!
Yigit
Hey!
Sure, please add following code to Quick CSS as well
#header {
border-bottom: 1px solid #e2e2e2;
}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS
.page-id-20 #av_section_1 .avia-video {
margin-bottom: 0;
}
Regards,
Yigit