Home › Forums › WordPress Themes – Premium › Pure & Simple › Right-align primary navigation
I’ve moved the primary navigation above the banner and would like to right-align it. Can I do that using CSS? I tried a number of things but nothing worked, so I probably need the correct element & CSS. Thanks!
Hello Vicki,
It depends how you moved the nav and what HTML changes were done.
Can you provide a URL where I can see it in action?
thanks
regards
Imre
Sorry, forgot to provide the URL. https://www.wnpjs.org/
I put the main menu above the banner and hid the header section.
this should do the trick
@media screen and (min-width: 783px) {
.primary-navigation ul.nav-menu {
float: right;
}
}
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.