Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #212732

    Hewitt W
    Participant

    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
    Hewitt

    #212805

    Senthil
    Member

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

    #212854

    Hewitt W
    Participant

    Legend!!!Thanks dude!
    Really appreciate the help and quick response.

    Kind regards
    Hewitt

    #212891

    Senthil
    Member

    You’re most welcome Hewitt! Cheers ๐Ÿ™‚

    #324896

    emilybrearey
    Participant

    I 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,
    Emily

    #324962

    Rad
    Moderator

    Hi Emily,

    Would you mind providing the site’s url that has this issue?

    Thanks!

    #325576

    emilybrearey
    Participant
    This reply has been marked as private.
    #325653

    Rupok
    Member

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

    #326089

    emilybrearey
    Participant

    THANKS!

    #326132

    Nabeel A
    Moderator

    You’re most welcome ๐Ÿ™‚

    #831166

    Sue@Masterplan
    Participant
    This reply has been marked as private.
    #831392

    John Ezra
    Member

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

    #837831

    Sue@Masterplan
    Participant
    This reply has been marked as private.
    #837977

    John Ezra
    Member

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

    #838079

    Sue@Masterplan
    Participant

    Yeah that helped! Cheers!

    Didn’t think it was in this menu since I knew I already switched off the bottom footer there!