Main Menu Width

  • Author
    Posts
  • #24104
    Trey

    With the current theme, the main menu must be under the website title. I attempted to align the menu on the right and narrow the header, but even though my main menu does not extend all the way across the page, my site title is blocked out. I would like my main menu and site title to be in the same line across the page. Can this be done? If so, please explain in depth. I am an amateur at coding.

    #24111
    jim

    Hi Trey

    I had a quick look at your site and I think the CSS code below may do what you are looking for, add it into the custom CSS code area within miscellaneous settings and see if it works for you.

    #access {
    display: block;
    float: left;
    margin: -34px auto 0;
    }

    I hope this helps

    Jim..

    #24117
    Trey

    Thank you so much for your help!

    #24118
    Ramiro

    Hi Jim! i tried to paste this on my parabola settings miscelaneous settings and it did not work, the theme it’s amazing i just need to center the main menu as trey wants too.

    #24119
    Jim

    Hi Ramiro

    The code was quite specific to Trey’s site layout, so probably wouldn’t have worked universally.

    There is an option within, I think, Graphics Settings that will center the main menu.

    Hope this helps

    Jim…

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

The topic ‘Main Menu Width’ is closed to new replies.