I want the main menu to be right-aligned. Have already tried some tips in the forum (Quick CSS), but nothing works. Logo I have already placed left aligned with CSS.
Hey MK8587,
Add this to quick css:
.container.av-logo-container{
width:100%!important;
padding-right:0px!important;
}
Best regards,
Jordan Shannon