Menü Button to the right side

Hello…

I have a little Problem and i hope you can help my. It is my second Projekt with the X- Theme ans i am
a Beginner with CSS.

I have created a Menu- Button on my Page www.stiftung-lfvk.ch but I would like to do the button oft
the right site, not in the middle.

example: https://www.pestalozzi.ch/de

can you help?

Thanks, Dirk

Hi Dirk,

Thanks for writing in! Try adding the following CSS rule into your X -> Theme Options -> CSS area and then adjust further accordingly.

.x-nav-wrap.desktop .x-nav #menu-item-764 {
    position: absolute;
    right: 0;
    bottom: 0;
}

Hope that helps.

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