Ok i was too early to say it worked perfect. if i use ur last custom css from my last topic
https://kriesi.at/support/topic/google-maps-in-a-slider/
the whole container gets a padding. see my screenshot
it would be nice if i had no space top betweern breadcrumg and google maps and the padding to be normal under the google map
i have fixed the space between breadcrumb and google maps and the content under the google maps is normal with this code
.page-id-3386 .container .units.av-content-full{
padding:0 !important;
}
but the map is still not 100%width.
Hi!
Please try placing your Google Maps inside a color section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
And then try adding following code to Quick CSS
#your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }
Cheers!
Yigit
sorry that didnt work. see here
My Site
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
Yigit
Hi!
Please review your website. I used lowercase for the selector in Quick CSS field and it worked fine
Best regards,
Yigit
ok works now. it has to be the lowercase notation. ty again for your help