Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    #234237

    Hi 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!
    Yigit

    #234359

    Thank 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.

    #234408

    Hi!

    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,
    Yigit

    #234428

    I 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/

    #234651

    Hi!

    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!
    Ismael

    #235354

    Hey!

    The just released Version 2.6 adds a new google maps element to the advanced builder that will stretch across the screen ;)
    Regards,
    Kriesi

    • This reply was modified 10 years, 8 months ago by Kriesi.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold > Map size’ is closed to new replies.