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
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
Hi Rikard,
Thank you very much, it works!
Best regards,
Olivier
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
Thank you very much again Rikard, you can close the thread.
Best regards,
Olivier
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