Home › Forums › Ibsen Pro › Footer Widgets on Cell Phones › Reply To: Footer Widgets on Cell Phones
September 14, 2020 at 9:44 am
#12096
Andy
Keymaster
There is as small error in the footer layout, and we will issue a fix in the next update.
In the meantime, please add the following to “Customize” > “Additional CSS”:
@media (max-width: 480px) {
.footer {
width: auto !important;
}
}
Sorry for any inconvenience.