In JSN_Nuru I have published a menu with the menu-divmenu suffix, this is working fine. However when I publish the menu in to the footer module position it publishes it where it should in the bottom right but right aligned/floated.
I want to center align this menu. Can i do it through the module settings?
Solution
I fixed this by
- loading the menu in to a custom html module with modules anywhere
- surrounding the {modules anywhere} tag in a <div>
- I then centered the <div>'s content with CSS.