Home Forums Lorina Pro Footer sections displaying differently on PC vs cell phone Reply To: Footer sections displaying differently on PC vs cell phone

#11887
Andy
Keymaster

Further update: there is a small error where on some phone sizes the footer sections are not going to full width as they should.

If you need to keep the responsive footer layout for phones but correct this issue, please use this ‘Additional CSS’ instead of the code I wrote earlier:

@media only screen and (max-width: 480px) {
    .footer {
        width: auto !important;
    }
}