Hi,
I wonder if you can help me to fix the top menu i tablet mode. I want it to look like the one on phone mode. See attached links.
Hey Konstlist16,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Ok, here it is.
Hi Konstlist16,
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: 1024px) {
.responsive #header .sub_menu,
.responsive #header_meta .sub_menu>ul {
float: none;
width: 80%;
text-align: center;
margin: 0 auto;
position: static;
}
.responsive #header_meta #avia2-menu li {
padding: 7px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks, it helped me.
Hi Konstlist16,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria