- Moderator
- 1044
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Brooklyn Theme for nopCommerce.
@media all and (min-width: 1001px) {
.header-menu.stick {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
background: #fff;
padding: 11.5px 0;
text-align: center;
box-shadow: 0 8px 8px rgba(0,0,0,.085);
}
.header-menu>ul {
display: block;
width: auto;
}
}
<img class="menu-img" alt="#" src="the physical path to your image">
.header-menu .menu-img {
display: none;
}
@media all and (min-width: 1001px) {
.header-menu.stick {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
background: #fff;
padding: 11.5px 0;
text-align: center;
box-shadow: 0 8px 8px rgba(0,0,0,.085);
}
.header-menu>ul {
display: block;
width: auto;
}
.header-menu.stick .menu-img {
display: inline-block;
}
}