Hello,
we have our home page without logo:
.home .logo img {
display: none;
}
but this causes the main menu in the mobile version to be cut off at its upper part. Is there any help for that issue?
Thank you!
Hey MexWordpress17,
Try this as well:
.home #advanced_menu_toggle {
margin-top: 20px;
}
Best regards,
Rikard
Thank you very much, that seems to work!
— and sorry for late reply …
Mex