Stas Chorny
asked 10 years ago

hey firend, i would like to RTL the menu, now its looks like  < HOME    GALLARY     BLOG      CONTACT>
and i want it to look like <CONTACT     BLOG     GALLARY    HOME>
but without changing the section positions… i tried to change in the “menu” but it changed sections to..

what can i do ?
thank you
CS

1 Answers
DominicStaff
answered 10 years ago

Hello Stas !
. If you want to change the menu order, You can log in to Dashboard > Customize, add the following code to the “Header Code”

<style>
.navbar .nav>li {
    float: right;
}
</style>

Hope this helps !

Powered by DW Question & Answer Pro