Someone shared this with me:
/* Add Logo to Menu */
.main-navigation .home {
width: 20em;
background: url(https://image name and location);
background-repeat: no-repeat;
background-position: center;
background-origin: border-box;
background-size: 250px 46px;
text-indent: -9999px;
}
/* Set Menu Width */
.navigation-top .wrap {
max-width: 100%;
/* padding: 0; */
}
@media screen and (min-width: 48em) {
.navigation-top .wrap {
max-width: 100%;
/* padding: 0.75em 3.4166666666667em; */
}
}
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
-
This reply was modified 7 years, 7 months ago by bdbrown.