Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #676072

    Hi!

    I would like to decrease the height of the footer. I have tried to set the height in the CSS-editor like this:
    #footer {
    height: 75px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    }
    However, the white background do not decrease and it doesn´t look good. Any suggestions?

    Best regards
    Peter

    #676757

    Hi Peter,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #footer .widget {
        margin: 15px 0 0 0 !important;
    }

    Regards,
    Rikard

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