help with mobile menu styling needed
Need Custom Coding for Lay Theme? Find 3rd Party Developers here.
4
Posts
2
Posters
623
Views
2
Watching
-
How can I fill the space between the open mobile menu and where the menu bar is with black? I‘m using a transparent menu bar with mobile menu style 1 and lowered the position of the open menu using this code (which doesn’t work properly):
@media (max-width: 768px) {
.mobile-nav-wrap {
background-color: black !important;
}
.laynav.mobile-nav.mobile-menu-style-style_1.active {
top: 36px !important;
background-color: black !important;
}
}Essentially what I want is the black space to reach up and fill the site title and menu button space only when the mobile menu is open. Any ideas really appreciated!

-
instead of top: 36px, do padding-top: 36px;
.laynav.mobile-nav.mobile-menu-style-style_1.active { padding-top: 36px !important; background-color: #000 !important; } -
im happy it works for you! no problem! sorry for the wait
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com