• Resolved catfishtpa

    (@catfishtpa)


    I really like the plugin, but there is no separate template editing for mobile view. I’d be happy to pay for a better version that lets me edit both the regular and the mobile view

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

    (@brechtvds)

    Hi there,

    ​There is indeed no separate template for mobile, but the regular template should be responsive by default. What kind of options are you looking for?

    Thread Starter catfishtpa

    (@catfishtpa)

    I used the default template, and while the visual links looked ok in PC view, the mobile view was horrible.
    Then we cloned and edited the compact view, which made it look a bit better, but it still is not ideal. See here: https://simbalotto.com/play-online/mega-millions/ It is difficult to adapt the templates so that it would look ok in both views. IMO you need to offer an option to edit PC/tablet/mobile layout individually.

    Plugin Author Brecht

    (@brechtvds)

    It doesn’t seem to behave as expected. Could you try adding the following custom CSS code:

    @media all and (max-width: 450px) {
        .vlp-layout-compact-edit {
            flex-direction: column;
        }
    }

    I agree that an editor for desktop, tablet and mobile would be great. That’s on the todo list, but my time is limited.

    Thanks Brecht!! I had the same problem and this CSS code is just what I needed! problem solved! Thanks so much for your work!

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