Screens Menu stack

Hello, I have a real simple question, how do I align the screens menu stack to the right? it’s always on the middle

It’s not designed to be ranged left or right. @zeebe might be able to suggest some custom CSS that will do the job.

Funnily enough I’m re-building a site with Screens at the moment. Lovely set of stacks.

Rob

If you use the Simple Links menu type you can align it right with this CSS

.screens-menu-wrapper ul.screens-menu-items{
	text-align: right!important;
}

Obviously this won’t work with the horizontal menu type as that is scaled to fill equal sized items across the full width of the browser

thank you so much:kissing_smiling_eyes: