Issue with Logo and Menu on mobile

Hello,

Our website is www.myelitedj.com

I am not sure what I have done wrong but on the Mobile version the logo covers a portion of the menu bar when expanded. I know this is some CSS that needs to be adjusted. Not sure where to begin.

Hi,

Thanks for writing in!

To fix it, you can add the code below in Theme Options > CSS

@media (max-width: 979px) {
nav#ubermenu-main-2-primary {
    float: none;
}

.x-brand {
    margin-top: 50px;
}
}

Hope that helps

That worked great! Thank you so much.

Best,

Yan

You’re welcome, Yan.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.