• strive4impact

    (@strive4impact)


    Hi,

    I’m trying to get the header navigation bar on my site to load correctly… I screwed up some things about a week ago and I think they’re all fixed, but don’t know how to fix the header bar.

    Site https://www.CarrieAndJonathan.com

    If you could tell me which file I need to edit and how to get it working right, I’d be most appreciative. The links that are bulleted down on the left should be horizontal with blue backgrounds on the top.

    Thank-you.

Viewing 1 replies (of 1 total)
  • vtxyzzy

    (@vtxyzzy)

    Looks like the css for your pagemenu got deleted. If you have a backup, you can recover it from there. If not, add the lines below to the end of style.css to get close to where you were:

    .pagemenu li {
       display: inline;
       background: #d2f0fb;
       margin-right: 20px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Header bar loading incorrectly’ is closed to new replies.