Hi,
Im building a microsite for my company, and i’m having issues with my navigation bar: spacing and dropdown items. As in each menu item is pushed up next to one another and i cant seperate them, and my drop down menu items arent even showing up i have child items - i’m not sure if its the limitations for the html code. this is the code i have in the design tool settings for my menu
{% set menu_id = module.id || module.menu %}
{% menu
id=“{{ menu_id }}”,
root_type=“{{ module.root_type }}”,
flyouts=“{{ module.flyouts }}”,
max_levels=“{{ module.max_levels }}”,
flow=“{{ module.flow }}”
%}
i’m new to coding and i’m not sure what im looking at nor do i know if i can fix my issues this way, could you assist in any way ?