Need help with custom Nav Menu positioning

BS"D

Page in question: Playground.
http://www.dritamarraz.com/playground

I’m trying to put my Nav Menu (of width 250px) in a fixed position in the top right corner, but for some reason it’s always in the top left corner.

Help…Thanks


Here is my public share link: LINK
(how to access public share link)

Hi @yoramraz1,
I would suggest moving all elements out of container (Logo, Menu and Menu button) and get raid of container at all. Then you can set Menu position: relative and float: right. It will keep your menu on the right side.

Sure you will need to center logo link. I would do this by make it position absolute and alighment: top

Hope I was able to explaine.

Regards,
Anna

1 Like

Thanks for the reply. That works great

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.