Support » Fixing WordPress » Center Menu Orion Theme

  • Hi everyone, first time asking for help. I need to center the menu and I cant seem to find a fix. I am using the ORion Theme and made some changes from the original theme. I was able to move the menu from next to the logo to below it and now I cant figure out a way to center it. Any help would be much appreciated. The website is ftl-limo.com. Thanks, Kevin

Viewing 8 replies - 1 through 8 (of 8 total)
  • There’s actually not an ideal solution to centering something like the menu — you can do it by setting a fixed width and then using the side margin “auto” which centers the element, but the downside is that if you add additional menu items, you’ll have to adjust the width. But try it and see what you think — add this to your child theme style.css file:

    #botmenu {
        margin: 0 auto;
        width: 690px;
    }
    Thread Starter starman1227

    (@starman1227)

    I ended up using 790 for the width. I think it looks pretty centered now. The only problem is that the footer text is not inline with the footer background like before. Any idea what happened? Thanks

    Hmm, looks okay to me on Firefox — what seems to be the problem?

    Thread Starter starman1227

    (@starman1227)

    There used to be a background that stuck behind the footer text, but now that I think about it, I didn’t want it there anyways, so you actually fixed 2 problems for me. Thanks again. I will come back if the client wants it there. Hopefully he didn’t see it to begin with. CHEERS!

    so you actually fixed 2 problems for me.

    Ha Ha — no idea if or how that happened, but if you’re happy, great!

    Thread Starter starman1227

    (@starman1227)

    I think it has something to do with the width of that table/column, when I was playing around with it before I asked my question here, it was moving everything around on the screen. I put money it, that the background that used to stick to the footer is just way down off the screen. Hope that makes some sense, Im still learning all this(the rabbit hole keeps getting deeper)

    Hi guys, just wondering if you’re talking about Orion?

    If it’s so, do you know how to add the block of columns that show the services (according to the demo)?. I want to add it only in the main page (I want to use it as a page, not as a post). How can I do that? So far I go to Appearance -> Widgets -> Services Widgets (where I drag and drop the W2F Service Widget). It just simply doesn’t work. Hope you can give me some guidance. Thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can ask that in your own thread.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Center Menu Orion Theme’ is closed to new replies.