Hello everyone,
I need some suggestion , as you can see below image my requirement is that navigation menu are on right side basically by default it will start on left side but i want is that it will start on center as you can see in image but the probelm is this will not show properly in phone aur ipad or tab basically this will be not responsive , so what i do is i am add margin left property in nav menu bar class .

Code :
.a MenuBar>ul {
margin: 0px;
margin-left: 635px;
padding: 0;
list-style: none
margin-right: 0px;
}
I want to be responsive this menu how can i achieve this any suggestion?
I am Using apex 20.2.
@fac586 @joelkallman-oracle Pls help?