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
Hey Demaup,
Add the following to quick css:
#footer .widget{
margin:10px 0!important;
}
Best regards,
Jordan Shannon
That’s working perfectly! Thanks Jordan :)
Hi,
Great! If you need addtional help, please let us know here in the forums.
Best regards,
Jordan Shannon