Styling a menu for mobile
-
The site looks fine on normal screens, as I have modified the header and menu, etc.
However when I collapse, the burger menu shows nothing.
If I remove the following CSS
.main-navigation {
height:1px}
.main-navigation .menu {
clear:both;
float:right;
padding:0;
position:relative;
right:-240px;
top:-40px;}It works fine, but the menu shows on the left side on a desktop.
Any suggestions?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Styling a menu for mobile’ is closed to new replies.