Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1120928

    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

    #1121092

    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

    #1121108

    Just removed this. But it´s the same problem. Its not full width.

    #1121383

    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

    #1121594

    Yes, but still the english version is not full-width.

    #1121811

    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

    #1121829
    This reply has been marked as private.
    #1122034

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.