Something Wrong with the dropdown on the menu
-
The menus were working great, but now suddenly they are black and scrunched up. I’m sure somebody who didn’t know what they were messing with hit the wrong thing, but I have no idea how to correct it. The website is: Fantasygolfinsider.com and it’s the dropdowns on the menus. The code below is the code that I am almost certain was modified. Any suggestions anyone could make would be much appreciated!
/* Modify menu styling */
.main-menu .the-menu li a {
font-weight: 500;
max-width: 155px;
padding-left: 20px;
padding-right: 20px;
height: 35px;
text-align: -webkit-center;
}.sub-menu {width: 200px !important;}
.sub-menu li,
.sub-menu li a {
width: 100% !important;
max-width: 100% !important;
width: 200px !important;
padding: 0px 0px !important;
margin: 0px 0px !important;
height: 20px !important;
}.sub-menu li a {
display: block;
padding: 20px 0px !important;
}a.mobile-menu {
color: #fff !important;
background: #4d4d4d;
font-size: 40px;
width: 40px;
}
- The topic ‘Something Wrong with the dropdown on the menu’ is closed to new replies.