• Resolved itsmir

    (@itsmir)


    Single event page not obeying responsive rules on Android browsers (tested Chrome & Brave)

    In the chrome console, the mobile view works of the page works correctly but in real life it doesn’t.

    See screenshot here: https://ibb.co/bQ8H9Q8

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter itsmir

    (@itsmir)

    Fixed it by added this css

    @media only screen and (max-width:479px){.mec-wrap .col-md-4 {width: 100%;}}
    @media only screen and (max-width:479px){.mec-wrap .col-md-8 {width: 100%;}}
    • This reply was modified 5 years, 1 month ago by itsmir.
    • This reply was modified 5 years, 1 month ago by itsmir.
    Plugin Contributor webnus

    (@webnus)

    Hello @itsmir,

    I’m glad it is resolved.

    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Single event page not responsive’ is closed to new replies.