• Hey,

    I’m a summer student at Springtidecollective.ca and I inherited maintaining the website.

    recently I started working on a donation page – yet when I link to this page, the moving header bar is not the same as on the mainpage.

    Can someone help me understand what needs to be changed so the moving header-bar on this page is the same as the mainpage ?

    It appears to do this for every new page I create.

    -Jer

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The main navigation is little bit different in home page and donate page. If the main nav of home page should be applied across all pages of the site, then in wp-admin go to appearance -> Menus and check how the menus are assigned to pages.

    If the main nav’s should be different on both pages, and the problem is with menu items jumping to next row then add the following css code at the end of site CSS file. It will fix the problem.

    #main-nav.pagewidth {
    width: auto;
    }

    Thread Starter Jbanks

    (@jbanks)

    Hey,

    If I want the main nav to be the same on both pages, how do I ensure they are? the not-main pages don’t indicate what nav menu they’re using that I have noticed.

    -J

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Width / Font size bumping links to next row’ is closed to new replies.