Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #943772

    Hello,

    i’m trying to reduce the height of the footer in the website i’m creating, how can I do it?
    I’ve tried to add this in the css:

    #footer { padding: 0; } #footer .widget { margin: 20px 0 10px 0; }

    It didn’t work.

    Thank you
    Virginia

    #944402

    Hey Afree666,

    The footer is going to populate the space below your content, and since you don’t have a lot of content then it will look like that. Are you only going to have that little content on the page?

    Best regards,
    Rikard

    #948668

    Hey Rikard,

    yes we are. The pages are going to be like that. Nothing else. That’s why i was wondering if there’s any possibility to reduce the footer.

    Best regards,
    Virginia

    #948716

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #main .container_wrap_first {
        min-height: 70vh;
    }

    adjust to suit.

    Best regards,
    Mike

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