• Resolved ONINMEDIA

    (@oninmedia)


    Hi how are things ?

    Please almost on all websites used your plugin. The map of Google maps, if you do not accept cookies, is displayed very large, that is, very high. I think I remember that some time ago you passed me a code to solve it. Can you pass it to me again please..? Thank you very much, The url in this case is https://bolsasrafia.tienda/contactenos/

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @oninmedia,

    Hope you’re doing well. You can use the following CSS under Appearance > Customize > Additional CSS to define the desired height for your placeholder.

    .cmplz-placeholder-1 {
        height: 300px;
    }

    If you want to make sure that it only applies to the ‘contactenos’ page on this website specifically, you can use the below CSS instead; so that it only applies to that page.

    .page-id-214884 .cmplz-placeholder-1 {
       height: 300px; 
    }

    Kind regards, Jarno

    Thread Starter ONINMEDIA

    (@oninmedia)

    Thank you very much Jarnovos

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘very high map’ is closed to new replies.