Home Forums Ibsen Pro Footer Widgets on Cell Phones Reply To: Footer Widgets on Cell Phones

#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.