I’ve searched around, but can’t find quite what I’m trying to do.
I would like to add a menu to the right on the announcement bar – so the announcement would be aligned left and the menu would be aligned right. Like this:
I know how to call the menu I’ve created with the code below-
{% for link in linklists.top-menu.links %}
<a href="{{ link.url }}">{{ link.title }}</a>
{% endfor %}
But I can’t figure out how to get the menu to appear where I want it to – to the left of the announcement within the announcement bar.
I’ll be forever grateful for any assistance!
