Menu not responding to CSS codes – Conflict?
-
Hello. Can’t seem to figure out why my logo and menu header are so small (see site at https://windhorsestrategic.com). I’ve added the following codes to no avail. All I can think is that there is some conflict in the codes somewhere. Suggestions?
I’m confounded further because it appears to look correct in admin mode…but when I log out, and go to the site it looks like the screenshot (small logo, tight menu header).
Additional CSS added as follows:
.page header.entry-header {
display: none;
}.page .content-wrapper {
padding-top: 0px !important;
padding-bottom: 0px !important;
margin: 0px;
}@media only screen and (min-width:1025px) {
.site-header .col-md-4 {
width: 20%;
}.site-header .col-md-8 {
width: 80%;
}}
#mainnav li {
padding: 0 7px;
}#mainnav ul li a {
font-size: 14px;
}.site-title .logo {
max-width: 100% !important;
max-height: 200px !important;
}.navigation-top .wrap {
max-width: none;
}The page I need help with: [log in to see the link]
- The topic ‘Menu not responding to CSS codes – Conflict?’ is closed to new replies.