Hello everybody,
I am coding a website where there is a menu. I do this Settings>Website>Navigation and there I do +Add menu.
In the design manager I create a module and use this method to use my menu in my page :
{% menu “my_menu” ,
site_map_name=‘MenuSinemTest’,
overrideable=False,
root_type=‘site_root’,
flyouts=‘true’,
max_levels=‘2’,
flow=‘horizontal’,
label=‘Advanced Menu’ %}
HERE IS MY QUESTION:
How can I customize this menu in my CSS file? Can I give it a class name or an Id to custom it ? When I look at the preview I can see my menu but it is a list and I want the menu items to be inline. I am struggling since 5 days and I can’t find any answer.
Thanks for your answers,
Sinem.