Home Forums Ibsen Pro Footer Widgets on Cell Phones

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12094
    Robert Locker
    Participant

    No matter how I set the footer layout, the footer on cell phones displays the widgets as one half-column. How to fix?

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

    #12136
    Andy
    Keymaster

    This issue is now fixed in the newest release, please update to the latest version (1.0.6) of Ibsen Pro.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer Widgets on Cell Phones’ is closed to new replies.