Menu horizontal

Hi,

Please help me.

how do I make a similar menu as on www.1olej.sk with X Pro theme? It is about functionality.

Thanks.

Hi Teem,

Thanks for writing in!

Making similar functionality in the menu need custom development.
With pro header builder you can match the look by adding similar Icon images. But the way the submenus and the heading is opening is something need custom coding, which is out of our theme support scope.

All You need is just enable graphics option for top links of Navigation inline element in header builder.

Then you can set image for each menu item in Appearance -> Menu.

You may need little adjustment or custom CSS to match the exact design.

Hope this helps!

Nice. Thank you and how to set up sliding secondary link up?

Hi Teem,

The default dropdown menu opens towards down. If there is no space in the bottom then it will open towards up.
Making the submenu always upwards need custom coding. Please take help from a developer to do it.

Or you can try this solution, Please add this code to the menu element CSS.

$el .sub-menu{
  transform: translate3d(0,  -0%, 0) !important;
  bottom: 100% !important;
  top: auto;
}

Hope this works!

It works. Thanks

Glad we were able to help :slight_smile:

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