• Hi guys

    Anybody know the css to align the main menu navigation central. It seems to be over to one side at the moment.

    Thanks

    Darrell

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The menu CSS is specific to the theme. It’s best to ask theme specific questions in the theme support forum.

    If you want to plug in additional CSS, I suggest using the Inspect function in Chrome to find the menu’s id or class name and adding in the property as there is no “center” property for CSS block elements:

    
    (. or #)elementname {
       margin: auto;
    }

    You may have to experiment a bit to find out which level you need to apply this code to, as every theme wraps their elements differently. As Joy said, you can probably get a more definite answer for your theme in the Theme section.

    Z

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Align menu bar central’ is closed to new replies.