I'm trying to adjust my footer height on mobile and desktop. I'm currently only using the copyright bar. But I I want to increase the height of that on both mobile and desktop. How can I do this?
I tried using the following code in the General Settings > css/script related, but it doesn't work.
------------ body #footer-outer #footer-widgets .col ul li {
padding: 50px 0px !important; }
body #footer-outer #footer-widgets .col p { padding: 50px 0px !important; }
Hello,
I'm trying to adjust my footer height on mobile and desktop. I'm currently only using the copyright bar. But I I want to increase the height of that on both mobile and desktop. How can I do this?
I tried using the following code in the General Settings > css/script related, but it doesn't work.
------------
body #footer-outer #footer-widgets .col ul li {
padding: 50px 0px !important;
}
body #footer-outer #footer-widgets .col p {
padding: 50px 0px !important;
}
-------------
Thanks!
Hi there,
Try the following custom css:
Kind regards.