Google Maps Margins

Hi, I was wondering if you could help me get rid of the margin that appears above and below the Google Map http://i.imgur.com/u4ztNxQ.png


Thank you! :)

Comments

  • Hi,

    these paddings comes from VC plugin. You may remove them with below css:
    .wpb_wrapper > div { margin-bottom: 0 !important; }
    .wpb_gmaps_widget .wpb_wrapper { padding: 0 !important; }
    But please notice that other sections and places may change as well. This is one of the reasons why we recommend to use Muffin Builder instead.
  • Is there any way to make this snippet target just the Google Maps in order to not affect the rest of the shortcodes on VC? .wpb_wrapper > div { margin-bottom: 0 !important; }

    Thank you
  • No, this is not possible with VC plugin. This would be possible with Muffin Builder only.
Sign In or Register to comment.