You are here:Home»KB»Web Design»Design Elements, Styling, Effects and Code»Centering a DIV menu in the footer module position
Saturday, 13 February 2016 19:39

Centering a DIV menu in the footer module position

Written by

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

  1. loading the menu in to a custom html module with modules anywhere
  2. surrounding the {modules anywhere} tag in a <div>
  3. I then centered the <div>'s content with CSS.
Read 1044 times