Hello,
we have a problem with our website:
#1 The german website does have full-width for the google maps e.g.
#2 The other languages does not have full-width. there is a white space.
Links in the private Content.
How do we fix this? The class “ppa-fullwidth” isnt loading.
Best Regards
Hey skrziwon,
Thank you for using Enfold.
Did you add this code somewhere?
.container {
padding-top: 0px;
padding-right: 15px !important;
padding-bottom: 0px;
padding-left: 15px !important;
}
Please remove that code then toggle the Performance > File Compression settings.
Best regards,
Ismael
Just removed this. But it´s the same problem. Its not full width.
Hi,
Did you toggle the Performance > File Compression as instructed previously? You have to do this because the current scripts are compressed, so any changes that you make in the site styling will not take effect.
Best regards,
Ismael
Yes, but still the english version is not full-width.
Hi,
Did you add the ppa-fullwidth class to Quick CSS? If so then it has to be added to both languages. If that is not the problem then please post admin login details in private so that we can have a closer look.
Best regards,
Rikard
Hi,
Thank you for the update.
We removed this code from the EN Quick CSS field.
.container {
padding-top: 0px;
padding-right: 15px !important;
padding-bottom: 0px;
padding-left: 15px !important;
}
Use the following css code if you want to add some padding on both sides of the map filter.
.wpgmza_sl_main_div {
padding: 0 50px;
}
Best regards,
Ismael