• Resolved menaabebe

    (@menaabebe)


    Hey,

    I am having issues with my header. I have the title and navigation menu at the font size I want it, but I can’t get them to fit on the same line. If I were able to move the title to the left more and the nav menu to the right more, it would work. Does anyone have any idea how I can do that?

    Here is the site: https://theuniversity.us/MenaAbebe/

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can adjust the width of the .box class and the #navigation ID in your style.css file.

    Look for something like this:

    .box {
       width: 890px;
    }

    and this:

    #navigation {
       width: 800px;
    }

    And change the values for each until they fit! This will make your whole content area a little wider, though.

    Thread Starter menaabebe

    (@menaabebe)

    Wow, thank you. I’m shaking your hand right now. I haven’t added any content yet, but I’ll deal with all that formatting when I get there.

    Thread Starter menaabebe

    (@menaabebe)

    Hey sixhours, would you be able to answer another question? Now that my whole content area is wider, can I center middle of the page (between header and footer)? Or make it wider so it’s in better proportion with the header/footer?

    If you mean vertically center your content on the page, that’s tricky and probably not worth the hassle.

    Otherwise not sure what you mean. Can you elaborate with an example?

    Thread Starter menaabebe

    (@menaabebe)

    I meant center it horizontally.

    So here: https://theuniversity.us/MenaAbebe/events

    From the left edge of “Events” to the right edge of the sidebar, would be horizontally centered in the page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need title and Nav menu to fit in header’ is closed to new replies.