Hello,
I am using the Lightbox template. Two questions regarding menu customization:
1.) I'd like to indvidually adjust the margin and postion of the sticky menu items and main navigation items. I am successfully able to modify the css for the main navigation, but then it also changes it for the sticky menu. Is there a way to adjust these separately? Basically I'd like to lower the position of the main navigation items under my logo (adding a top margin acheives this), but I'd like to keep the sticky menu items where they are so that they do not go outside of the sitcky menu background. This css below works to move the navs but it moves both the main and sticky navigation and I'd only like to move the main under the logo. What css would I use to just touch the sticky items and just touch the main items?
.sp-megamenu-parent {
margin-top:60px;
}
2.) How can I adjust the position of the OffCanvas toggler? I've tried to modify various lines of css without success. I'd like it higher on the page.
My working homepage: http://hermanalunajewelry.com/hlnew
Thanks in advance!