Remove logo space Ethos

Hi,

Im looking to remove the logo bare above the Ubermenu. I searched the forums and found the following code:

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

This works on desktop but not for mobile. Hope someone can help me :slight_smile:

Mathieu

Hi There,

I could see that you also have the logo in the Uber menu items.

Would you like to hide the logo instead?

.x-brand {
    display: none;
}

Regards!

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