Hi,
please insert the following custom CSS into “Theme Options > Other Settings > Custom CSS” to right-align the menu:
body .menu-box .link-home {
border-right: 1px solid #535353 !important;
float: right;
}
body .menu-box ul {
text-align: right;
}
body .menu-box ul li {
float: right;
}
body .menu-box a {
border-left: 1px solid #535353;
border-right: none;
}
body #header .menu-box ul ul a,
body #header .menu-box ul ul a:visited {
border-left: none;
padding: 0 19px 0 0;
text-align: right;
}
body .menu-box ul ul {
left: auto;
right: 0;
}
body .menu-box ul ul ul {
left: auto;
right: 212px;
}
Best regards,
Tomas Toman