Home › Forums › Support › center sticky navigation when nav-float-right This topic has 3 replies, 2 voices, and was last updated 6 years, 6 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 1, 2016 at 2:46 pm #240888 Jamal Hi I would like to center sticky navigation when primary navigation is set to float right. Is there a more elegant solution than this? Thanks /* Center sticky navigation when nav-float-right */ @media (min-width: 769px) { .nav-float-right .navigation-clone.main-navigation { text-align: center !important; } } November 1, 2016 at 7:50 pm #240963 TomLead Developer Lead Developer Probably no need for the !important if you add body in front of .nav-float-right like this: body.nav-float-right November 2, 2016 at 12:56 am #240993 Jamal That worked, thanks ! November 2, 2016 at 9:16 am #241112 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In