-
AuthorPosts
-
January 3, 2014 at 3:22 pm #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!January 3, 2014 at 6:25 pm #205077Hi 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,
DevinJanuary 3, 2014 at 7:03 pm #205096Thanks 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.pngDo you see what I’m doing wrong?
thank you again,January 3, 2014 at 7:43 pm #205109Hey!
Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Regards,
YigitJanuary 3, 2014 at 7:55 pm #205113This reply has been marked as private.January 3, 2014 at 7:58 pm #205115January 3, 2014 at 7:59 pm #205119This reply has been marked as private.January 3, 2014 at 8:04 pm #205121Hi!
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!
YigitJanuary 3, 2014 at 8:08 pm #205123This reply has been marked as private.January 3, 2014 at 8:15 pm #205124Hey!
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,
YigitJanuary 3, 2014 at 8:45 pm #205136This reply has been marked as private.January 3, 2014 at 8:53 pm #205138Hi!
You can find following code in Quick CSS section and adjust the height as needed
.content .avia_google_maps_container { height: 300px; }
Best regards,
YigitJanuary 4, 2014 at 12:59 am #205212This reply has been marked as private.January 4, 2014 at 3:11 am #205230Hey!
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,
YigitJanuary 15, 2014 at 6:09 am #209865This reply has been marked as private.January 15, 2014 at 7:52 am #209896Hey!
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!
IsmaelJanuary 15, 2014 at 9:19 am #209927This reply has been marked as private.January 15, 2014 at 9:31 am #209937Hey!
Great, glad Ismael could help you :)
Cheers!
PeterJanuary 15, 2014 at 9:36 am #209939This reply has been marked as private. -
AuthorPosts
- The topic ‘Google Map Fulll Width on Contact Page’ is closed to new replies.