Footer size not responsive on mobile
-
Hello!
I have this in my custom CSS in order to change my footer width:
#containerfooter.footerclass {
min-height: 250px;
}
@media (max-width: 767px) {
footer#containerfooter {
min-height: 50px;
background-size: contain;
}
}This works good on laptop, but it isn’t the same case with the mobile site. There’s an extra space being added on the bottom portion of the footer. Could you please help me with making the footer size responsive for mobile.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Footer size not responsive on mobile’ is closed to new replies.