Here is a test site that is online for 24 hours (I’m sorry).
https://victorious-seahorse.w6.poopy.life/
In responsive menu, ‘Software’ category link must be a few characters right under ‘Techno’ category link because they have a parent/child relationship. But they are ordered left aligned.
user: demo
password: 8l9q36KKKUat
Interestingly enough, if I disable ‘padding: 0’ from css rule below using DevTools:
#responsive-menu-container {
box-sizing: border-box;
margin: 0;
padding: 0;
}
the problem disappears unlike before where I disable ‘margin: 0;’.
-
This reply was modified 5 years, 1 month ago by tricarte.