-
AuthorPosts
-
February 23, 2015 at 2:44 am #212732
Hi
I’ve added the bundled Google Map at the bottom of this Home page…http://yogazone.co.za/new_site/ , I’m running the latest version of WP and a brand new copy of Theme X, but can’t figure out how to get the white space underneath the map to sit flush with the orange footer.
Any help will be much appreciated!
Thanks
HewittFebruary 23, 2015 at 4:59 am #212805Hi There,
Thanks for writing in!
Iโm sorry to hear that youโre having this issue.Please add the following CSS in your Appearance > Customize > Custom > CSS and it will remove the white space below the map.
.x-map { margin-bottom: 0 !important; }
Hope it helps, thanks.
February 23, 2015 at 6:09 am #212854Legend!!!Thanks dude!
Really appreciate the help and quick response.Kind regards
HewittFebruary 23, 2015 at 6:56 am #212891You’re most welcome Hewitt! Cheers ๐
July 8, 2015 at 6:12 pm #324896I have the same problem with a gap between my map and my footer where the background image shows through, but when I enter the code above, the gap seems to get a little smaller but does not disappear. How can I make it flush with the footer?
Thank you,
EmilyJuly 8, 2015 at 8:19 pm #324962Hi Emily,
Would you mind providing the site’s url that has this issue?
Thanks!
July 9, 2015 at 8:11 am #325576This reply has been marked as private.July 9, 2015 at 9:48 am #325653Hi There,
Upon checking your website I can see you have set 45px padding for #x-section-8. Please set padding-bottom: 0 for that.If you can’t figure it out then alternatively you can add the following code –
.home #x-section-8 { padding-bottom:0!important; }
Also add the following code –
.x-map { margin-bottom: 0!important; }
Hope this helps!
Cheers!
July 9, 2015 at 5:42 pm #326089THANKS!
July 9, 2015 at 6:38 pm #326132You’re most welcome ๐
March 9, 2016 at 5:49 pm #831166This reply has been marked as private.March 9, 2016 at 9:20 pm #831392Hi @suemasterplan,
Thanks for writing in! Please provide us with your Login credentials via Private Reply as we cannot see your site due to a coming soon page. Thanks!
March 14, 2016 at 8:35 pm #837831This reply has been marked as private.March 14, 2016 at 10:35 pm #837977Hi there,
Thanks for updating the thread! That area below the map is the footer widget area. To turn it off, go to your customizer.
Appearance > Customize > Footer > Footer Widget Areas >> Set to “None(Disabled)“.
Hope this helps โ thanks!
March 15, 2016 at 12:44 am #838079Yeah that helped! Cheers!
Didn’t think it was in this menu since I knew I already switched off the bottom footer there!
-
AuthorPosts