Viewing 4 posts - 1 through 4 (of 4 total)
  • #138218
    iamlucy
    Member
    Post count: 25

    Hello,

    How can I centralise my menu? I’ve given you details for access to site – or is there some simple custom CSS?

    Thanks,

    Lucy

    #138225
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #main-navigation ul.menu {
        display: inline-block !important;
    }
    #main-navigation > div {
        text-align: center !important;
    }

    Thanks
    Mohammad

    #138242
    iamlucy
    Member
    Post count: 25

    Hi Mohammad,

    Thanks for this but it doesn’t seem to have centred completely – see screenshot.

    Can you advise?

    Thanks,

    Lucy

    Attachments:
    You must be logged in to view attached files.
    #138259
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    If you want it properly centered you will have to make the container div 100% using:

    #main-nav .span9 {
      width: 100%;
    }

    However the search icon will drop down, you’re better off turning off the search

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register