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 #1606722
Reduce footer size
Closed

Comments

  • penasa started the conversation

    Hi,

    How can we reduce the footer size. For now, it take all the screen and it's a little bit too much ! :)

    I've got 3 columns for up with text, social icons, newsletter and instagram widgets) and 1 for bottom (only text widget)


    Thanks a lot by advance,

  •  1,845
    Elated replied

    Hi,

    Please try to paste this code in (Appearance > Customize > Additional css)

    @media (min-width: 1000px){
        footer .eltd-footer-top:not(.eltd-footer-top-full) .eltd-container-inner {
            padding: 90px 0 !important;
        }
    }
    

    Best Regards,

    Sasha


    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.

  • penasa replied

    Hi,

    thanks for your answer, it is a little bit better but it still very big !

    I think we have to reduce the text size and the widget area size. Reduce the bottom footer it will be very helpful too.

    But don't know how to do it

    Thanks,

  • penasa replied

    Hi, 

    I'm sorry to borring you with this but it's the last problem that we have on the theme and we really need to reduce footer text and widget size and else reduce footer size.

    Can you help me with this ?

    Thanks a lot !

  •  1,845
    Elated replied

    Hello again,

    Please REPLY IN PRIVATE and provide a link to your website as well as WP admin access to it so I can investigate this further. Thanks.

    All the Best,

    Walt


    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.

  •   penasa replied privately
  •  1,845
    Elated replied

    Hello there,

    You can try to reduce footer height with this code instead of the last one we provided:

    @media (min-width: 1000px){
        footer .eltd-footer-top:not(.eltd-footer-top-full) .eltd-container-inner {
            padding: 100px 0 0 0 !important;
        }
        footer .eltd-footer-bottom-holder {
            padding: 45px 0;
        }
    }
    

    If you're having any other questions, let us know!

    Best regards,

    Marie


    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.

  • penasa replied

    Hi !

    It seems to be ok on my side.

    Thanks for your help ! 

    Regards

  •   Elated replied privately