Need URGET HELP

Need urgent help with the Manu navigation! This theme has such a poor nav options that I can’t figure it out! Please HELP it’s URGET

Hi @psylist,

Thanks for reaching out!

Would you mind explaining the detailed issue you are currently facing with? In that way, we can help you to fix your issue.

In the meantime, you can check all the available navigation below.

Hope that helps.

I have a menu with only 2 links… EN & FR. I want it to stay always present and don’t want it to be collapsed when resizing…I can’t find how to do that. It’s an X theme, not a Pro…

Hi @psylist,

In the X the menu will be automatically converted to the Burger Menu in the smaller devices. To make those visible in smaller devices, you need to customize the header which is not possible with the X you are using. To get the customizable header using the Header Builder, I would suggest you upgrade to the Pro theme, please go through the process here: https://theme.co/docs/converting-from-x-to-pro

I would also suggest you go through the following article on how to use the Header Builder.


Hope it helps.
Thanks

Is there a way not to collapse it… I just want it to stay the same all he time! It is very important for me. Please help.

Hello @psylist,

Regretfully there is no option at the moment but you can achieve it using custom CSS code under Theme Option—>CSS

@media (max-width: 978.98px)
{
.x-nav-wrap.desktop {
display: block !important;
}
}  

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you can subscribe to One to get further assistance.

Hope it helps.
Thanks

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