Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

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+
2A01C056-84B8-4E1F-A101-721D51965FBD.jpeg

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.

New Articles From Microcontroller Tips

Back
Top