- This topic has 2 replies, 2 voices, and was last updated 4 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Footer Widgets on Cell Phones’ is closed to new replies.
No matter how I set the footer layout, the footer on cell phones displays the widgets as one half-column. How to fix?
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.
This issue is now fixed in the newest release, please update to the latest version (1.0.6) of Ibsen Pro.