Dropdown menu is not opening by clicking on the name

Hello to everyone!

I have a small problem with my custom menu that I can’t solve. I tryed with similar topics, I thought you could help.

How can I make my drop down menu to open by clicking on the menu name, instead of / except from the arrows?

My website is www.streetmode.gr

Thanks in advance!

Hi @Nox1,

When I visit your site, the menu text are already clickable. If you meant the submenu dropdown, it is not possible by default on X theme. The following CSS is needed. You can add it on Theme Options > Global CSS

.x-sub-toggle {
    position: absolute;
    left: 0;
    right: auto;
    width: 100%;
    max-width: 200px;
}

There’s available option for that if you will use Pro Header Navigation element instead. Look at this element documentation

Hope this helps.

Thank you Lely, it works!
You guys at the X theme are awesome, X is the best theme ever!

You’re welcome, @Nox1. And, thank you for your kind words.

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