Hi Guys,
My google maps widget doesn’t fill the full colour section area. I’ve managed to fill the width but the image has white space above and below it. you can see what I mean here: http://afro.jessbdesign.co.za/contact-us/
Please could you let me know how I can fix this?
Thanks very much,
Jess
Hey!
Try adding this code to the Quick CSS:
#fullwidthmap main {
padding: 0 !important;
}
#fullwidthmap .avia_google_maps {
padding-bottom: 0 !important;
}
Cheers!
Josue
Hi Josue,
Thanks very much did the trick :)
Jess