Hi there!
I found this for mobile:
@media only screen and (max-width: 767px) {
#header_meta{
width:100%!important;
position:fixed!important;
}}
Which works, except it overlaps and cuts off my logo? Can you tell me how to fix that?
And I’d like the secondary menu to stick to the top on desktop too when users scroll and can’t seem to figure that out.
Thanks in advance!
Hey BrendaSarg,
Best regards,
Victoria
Well that didn’t really help as I need to show it all.
Hi BrendaSarg,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
#menu-item-1384 {
display: block;
margin-top: 30px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria