Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #853662

    Is there a way to reduce the padding in the footer. If you look at my homepage, there is a lot of extra wasted space at the bottom of the footer widgets.

    #853663

    I am also having trouble changing the height of the mailchimp buttons for the newsletter sign up form, which is in the footer. I would like the buttons to be the same height as the text (i.e. name and Email). Any help would be greatly appreciated.

    #854371

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #footer .widget {
        margin-bottom: 0;
    }
    #fca_eoi_form_4006 .fca_eoi_layout_1.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input {
        min-height: 50px;
    }
    

    Best regards,
    Yigit

    #859000

    Thank you. I think that reduced it some but there is still quite a bit of extra space at the bottom of the footer?

    #859003

    It looks like the extra spacing is actually right under the Newsletter sign up form. When viewed on mobile, you can see a lot of extra room.

    #859084

    Hi,

    Please try this CSS as well:

    #footer {
        padding: 15px 0 0 0 !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.