-
AuthorPosts
-
March 8, 2014 at 9:23 am #234111
I need to enlarge the google map in a way that it is displayed all across the screen. Just the way Kallyas allows me to do it here: http://victorcoronel.com/galapesca/pages-2/contact-us/
Thank you.
March 8, 2014 at 9:08 pm #234237Hi vcoronel!
Please add a Color Section element to your page with a custom ID and insert your Google Map inside it then add following code to Quick CSS
#color-section-id .container { width: 100%; }
Cheers!
YigitMarch 9, 2014 at 8:27 am #234359Thank you Yigit. But I CAN NOT FIND the Google Map element from the Elements of the Avia Layout Builder. I want the map at the top following my logo area. Pretty much taking place of the slider location instead. Thank you.
March 9, 2014 at 6:17 pm #234408Hi!
You can either use Enfold Google Maps widget ( you can place it in a widget area in Appearance > Widgets then add Widget Area element to your page and choose the widget area where you have Google Maps widget inside) or copy embed code directly from https://www.google.com/maps/preview you should set the width too 100% in that case
Best regards,
YigitMarch 9, 2014 at 8:38 pm #234428I see. Unfortunately it is not styled like http://themeforest.net/item/3clicks-responsive-multipurpose-wordpress-theme/full_screen_preview/5092225
The thing is that I requested ENFOLD information before I bought it, like 3 days ago, and I was told this would be implemented early next week in the new update. Is that correct?
I do not wanna see the bottom right information (Map data 2014 Google Sandom Term of Use Report Map Error) and the bottom and top extra spaces is something I can not get rid of (Eventhough I removed padding with quick css). See my contact page so you can have an idea what I am talking about: http://bchomeusa.com/brittocharette/pages/contact/contact-victor/
March 10, 2014 at 1:00 pm #234651Hi!
Thank you for using the theme. I hope you’re doing great.
You can add this on your custom.css or Quick CSS to remove the map data:
.gmnoprint { display: none !important; }
Use this one to remove the padding:
#avia_google_maps-2 { padding: 0; }
Cheers!
IsmaelMarch 11, 2014 at 10:42 am #235354 -
AuthorPosts
- The topic ‘Enfold > Map size’ is closed to new replies.