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 #1617763
Footer
Closed

Comments

  • Ross started the conversation

    Hey,

    How would I change the footer? The options in the 'Elated Options' doesn't seem to change what appears in the page.

    I'm trying to reduce the spacing above it.

    I would also like to change the color.

    Let me know if I missed something in the options portion.

    Thanks!

    PS What does it mean to put the 'Footer in Grid'?

  •  1,845
    Elated replied

    Hello,

    You can set desired footer options in Elated Options >> Footer >> Footer Top/Bottom >> Background color/image

    Regarding the footer top/bottom padding, you can use this custom css for that.

    .eltdf-page-footer .eltdf-footer-bottom-holder.eltdf-footer-bottom-predefined-style {
        padding: 50px 0;
    }

    or if you want to change only top padding >>

    .eltdf-page-footer .eltdf-footer-bottom-holder.eltdf-footer-bottom-predefined-style {    
        padding-top: 50px;
    }


    Just add it into Additional CSS field (Appearance >> Customize >> Additional CSS).

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

    Thank you,
    Jerry, Elated


    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.

  • Ross replied

    Thanks for the reply.

    The custom code you provided doesn't alter the spacing between the related try and the footer.

    I was able to fix it with this code-

    .eltdf-ps-navigation{
        margin-top: -40px;
    }

    Let me know if I might run into any issues using this kind of custom code. Thanks!


  •  1,845
    Elated replied

    Hello,

    You can try to replace that css with this one below:

    .eltdf-portfolio-single-holder {
        margin-bottom: 10px;
    }

    Hope this was helpful for you.

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

    Thank you,
    Jerry, Elated


    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.

  • Ross replied

    That works great thank you!

  •  1,845
    Elated replied

    Hello,

    You're welcome. Please let us know if there is anything else we can do for you, thanks!

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads  This way you’ll be helping us improve our support services and make them even more efficient.



    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.