Moving one single menu element to the right

Hi,

In this website, I have a top menu.

I want to right-align the “Sign-In” (Connexion) link on the right.

I’ve added a class to this specific element (sign-in-align) and those CSS lines:

.sign-in-align{
    float: right;
}

But nothing happens :frowning:

Hi Vincent,

Which Connexion item are you referring to, as I am currently seeing three on your page?

Thanks,
Danny

Sorry, I was playing with this page. The “Connexion” is the menu item #3 of the very first top row (with class=“sign-in-align”).

I was trying another strategy : 2 menus that collapse in one button on mobile. But I don’t know if it is possible (see post here).

Hey Vincent,

I can’t see the class sign-in-align on your page. I do see a sign-in class though. Is that what you meant? The button on the right side? Just verifying since you mentioned first it was a menu item. :slight_smile:

Ben

It’s not the button, it’s a menu item.
But this to your help on my other post, I’ve ended with another strategy.
Problem solved.

Gotcha! Thanks for taking the time to inform us. :slight_smile:

Enjoy BB!

Ben