Hi
I would like to embed the map in full width.
I don’t want to use the Enfold Google Maps module (API)
Could you help me? please
Regards
Hey,
Please edit your Color Section element and give it a unique ID (“your-unique-id” in example below) under Advanced > Developer Settings tab and add following code to Quick CSS in Enfold theme options > General Styling tab
#your-unique-id .container {
padding: 0;
margin: 0;
width: 100%;
max-width: 100%;
}
#your-unique-id .content {
padding: 0;
}
Best regards,
Yigit
Hey kikosanchezestudio,
Add this to quick css:
#av_section_3 .container{
max-width:100%important;
padding:0px!important;
width:100%!important;
}
#av_section_3 .container .template-page.content {
padding:0 0!important;
}
Best regards,
Jordan Shannon
Ok thank you¡¡ it´s work. Best regards