Hi is it possible to use a centered the logo on the website and instead of having the menu below the logo, having one menu on the left side and other on the right side of the centered logo?
That would be just perfect for me.
Regards
Hey druzes!
There are no options for this but if you send us a link to your page and let us know which menu item you want to split it at then we can give you some CSS to use.
Best regards,
Elliott
Hi!
Try adding this to your custom CSS.
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-top-level.menu-item-top-level-3 {
margin-right: 140px;
}
strong.logo {
left: 51.5% !important;
top: 70px;
}
Cheers!
Elliott
Hi, THANK YOU ;)
That worked great !!
Can you please how i set the logo dimension, once we scroll the page down?
Regards