Davinci - Reposition Vertical menu

Xerro

Member
I have an issue with the menu overlapping the site logo.

Is there a way to reposition it lower?
I have tried the css route only to find out we can't edit the css without breaking everything.
 

Attachments

  • Capture.PNG
    Capture.PNG
    35.4 KB · Views: 22

Real Residual

Active Member
I'd add the following in the Customization > Head > css style box. 100px; is just an estimate.

.header .menu-dropdown {
top: 100px;
}
 
Last edited:
E

Ekaterina Sayapina

Guest
I have an issue with the menu overlapping the site logo.

Is there a way to reposition it lower?
I have tried the css route only to find out we can't edit the css without breaking everything.
It looks like your logo does not comply with DaVinci size requirements (190px x 50px), that must be causing the issue.
 
Top