Hi,
http://www.idtraveller.com
I want the full menu to be visible on iPad and mobile, so the menu looks the same as it does on the computer.
What code shall I add?
Thanks
Charlotte
Hey Charlotte,
I see the whole menu on the size screen of the iPad, you just need to have the logo smaller at 768px.
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: 989px) and (min-width: 768px) {
.responsive .logo img {
width: 64%;
margin-top: 10px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks :)