Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1359940

    Hi,

    We have a bug on the display of one page en mobile screans.

    The page is here: https://www.edunao.com/scorm-une-norme-defficacite/ Password : Edunao2022

    Can you help on this?

    Best regards,

    Olivier

    #1359951

    Hey cyrilbedel,

    I think you were asking about adjusting the width of this particular page in a different thread, right? If so, then please try place the width CSS inside of a media query:

    @media only screen and (min-width: 768px) {
    .av-layout-grid-container {
        width: 917px;
        max-width: 917px;
        display: table;
        margin: 0 auto;
    }
    }

    Best regards,
    Rikard

    #1360118

    Hi Rikard,

    Thank you very much, it works!

    Best regards,

    Olivier

    #1360142

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1360169

    Thank you very much again Rikard, you can close the thread.

    Best regards,

    Olivier

    #1360181

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Bug on the display on mobile screan’ is closed to new replies.