Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #205009

    Hi,
    I know many people have already asked about this and I tried to find the solution by looking through previous questions/answers, but still can’t figure it out.
    How can I make the Google Map widget responsive and full bleed page?
    As recommended, I put the widget inside the Color Section with this code inside the Section ID: #fullwidthmap .container {
    width: 100% !important;
    } and still it’s not displaying it full width. Should I paste inside the widget itself?

    Can you please advise?
    thanks!

    #205077

    Hi hellovlad_!

    That should work as long as you aren’t using the boxed layout. If you are then the container of the site doesn’t expand to full width and so the map can’t expand to the edges of the screen.

    Best regards,
    Devin

    #205096

    Thanks for the reply!
    I’m not understanding where the boxed layout is chosen and how to make sure I’m not using one.
    I’m only placing a Color Section and inside of it a Google Map widget.
    Please these links for the screenshots:

    https://dl.dropboxusercontent.com/u/13377083/contact_inside_the_setting.png
    https://dl.dropboxusercontent.com/u/13377083/Preview_contact.png

    Do you see what I’m doing wrong?
    thank you again,

    #205109

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look?

    Regards,
    Yigit

    #205113
    This reply has been marked as private.
    #205115

    Hey!

    You forgot to post the link to your website :/

    Cheers!
    Yigit

    #205119
    This reply has been marked as private.
    #205121

    Hi!

    Changes are done. Please review your website. You can find the custom CSS code i added in Quick CSS section in Enfold theme options under Styling tab.

    Cheers!
    Yigit

    #205123
    This reply has been marked as private.
    #205124

    Hey!

    I have just checked your website on my iphone and marker is not getting cut off. Please see screenshots below
    Portrait mode http://i.imgur.com/0MpI7V2.png
    Landscape mode http://i.imgur.com/F26iSWj.png
    Best regards,
    Yigit

    #205136
    This reply has been marked as private.
    #205138

    Hi!

    You can find following code in Quick CSS section and adjust the height as needed

    .content .avia_google_maps_container {
    height: 300px;
    }

    Best regards,
    Yigit

    #205212
    This reply has been marked as private.
    #205230

    Hey!

    Please replace that code with following one and it should work just fine

    @media only screen and (min-width: 767px) { 
    #g-maps .widget { padding: 0px; }}

    Regards,
    Yigit

    #209865
    This reply has been marked as private.
    #209896

    Hey!

    First, go to Appearance > Widgets then create a custom widget area using the “Enfold Custom Widget Area”. After that insert the Enfold Google Maps Widget on the custom widget area that you created. Go to the contact page then insert the Widget Area element. Select the new custom widget area.

    Cheers!
    Ismael

    #209927
    This reply has been marked as private.
    #209937

    Hey!

    Great, glad Ismael could help you :)

    Cheers!
    Peter

    #209939
    This reply has been marked as private.
Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Google Map Fulll Width on Contact Page’ is closed to new replies.