Hi,
is there some option in handel theme to align-right the main manu?
In the site: https://informa.cloud/ the menu is too next to the logo and I would like to place it completely right-aligned.
some option or which css to add?
Regards
Marco
Hello,
You can use custom css for this purpose. Add this code into your Additional Css menu:
.header-row .header-row-inner .c-middle { display: none !important; } .header_container.header-top > .main .header-el { margin-right: 142px !important; }
Result screenshot: https://postimg.org/image/6cx5flqh1/
Best regards!
You must be logged in to reply to this topic.