On smaller screens, content overlaps left menu
-
Hello,
My website is coming along nicely, but recently I ran into the following issue. I have a menu on the left (#secondary) that is in my child CSS as:
‘#secondary {
clear: both;
display: block;
padding: 0px 0;
position: fixed;
top: 130px;
font-family: Baskerville, “Playfair Display”, “Times New Roman”, serif;
font-size: 16px;
font-size: 1.6rem;
font-weight: 100;
}
‘
This looks nice on normal sized screens or big ones, but on smaller screens (e.g. smartphones), it results in the possibility that users can scroll the content over the menu. Does anyone have an idea how I can fix the content of the website in a way so that it won’t overlap the menu when scrolling on a small(er) device?Thanks!
- The topic ‘On smaller screens, content overlaps left menu’ is closed to new replies.