CSS issues on mobile

Status
Not open for further replies.

Rorut

Member
did nog experience this problem before but now when on mobile ”divs” are overlapping. Maby a absolute position or fixed problem.
Looks easy to fix.
Its a bit annoying because Im almost always surfing on the phone when not at work.
Here is a screenshot.
I use Iphone 7+


Thanks!
 
Last edited:
This code should fix the main problem on mobile.

@media (max-width: 480px) {
.Responsive .messageUserInfo {
position: relative;
}
}
 
Last edited:
Not possible to add css in the administration pages?
Many CMS and forums has plugins that let you do that. Could work as a temporary fix
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…