Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1173940
Remove blank space
Closed

Comments

  • fabionet started the conversation

    Is it possible remove the blank space between map and end of page/footer? See attached.

    I've use the same configurations of your demo content, but doesn't works..

    http://awake.elated-themes.com/google-maps/

  •  1,845
    Elated replied

    Hello there,

    Can you please send us actual link to your page so we can check it. The issue is probably related to some margin added and it can be removed using some Custom Css. 

    Just send us link to the page so we can check it.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • fabionet replied

    On VComposer CSS option of this page, I add this css class and, apparently, solved:

    .eltd-content
    .eltd-content-inner > .eltd-container > .eltd-container-inner,
    .eltd-content .eltd-content-inner > .eltd-full-width >
    .eltd-full-width-inner
    {
        padding: 0 0 !important;

    }

    BUT, my doubt is: this is the best solution? 



  •   fabionet replied privately
  •  1,845
    Elated replied

    Hello there,

    That is actually the best way to implement Custom Css in theme, since you target only one element and it will not be global applied. However, you haven't done that, so we have done it for you. We assigned the row that contains map id testrow https://www.screencast.com/t/Tx9OBDtmGGNv and we can target only that row with Custom Css 

    div#testrow {
        padding-bottom: 0px!important;
        margin-bottom: 0px!important;
    }

    Please let us know if there is anything else we can do for you.

    Thanks. 


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.