Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Brecht

    (@brechtvds)

    Hi there,

    Could you try adding the following custom CSS code?

    @media all and (max-width: 450px) {
        .vlp-layout-basic {
            display:block
        }
    }
    Thread Starter Tae Hyeon

    (@laetitiatistory)

    Hmm

    I added custom css but it didn’t work

    I have no idea what can cause this issue

    maybe my theme or other plugins

    Plugin Author Brecht

    (@brechtvds)

    Could you try adding an !important flag:

    @media all and (max-width: 450px) {
        .vlp-layout-basic {
            display: block !important;
        }
    }

    Make sure to clear any caching plugins as well.

    Thread Starter Tae Hyeon

    (@laetitiatistory)

    Actually, That worked

    Thanks so much you are amazing !!

    Came for this same issue. The CSS with !important did the trick. Might want to add that to the plugin code!

    Still have an issue with intermediate widths using columns with these links, but that’s more complicated to solve I think…. The individual “widget” can’t respond to the column width like the media width AFAIK, so the theme css for when 2 columns become stacked by media width would need changed I think, but then that’s got other implications…. Fiddly, not terrible, but love to figure out how to tweak it better.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘mobile responsive’ is closed to new replies.