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

    Hi,

    I would like to reduce the height of the widget zone on my website. I searched on the forum and found that.

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

    It’s working but I wanted to reduce even more the height so I tried to insert negative value and then it’s not working.

    Any solution please?

    Demaup

    Note: website on private content

    #877282

    Hey Demaup,

    Add the following to quick css:

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

    Best regards,
    Jordan Shannon

    #877709

    That’s working perfectly! Thanks Jordan :)

    #877849

    Hi,

    Great! If you need addtional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce the height of the footer/widget zone’ is closed to new replies.