Fixing Line Above Menu Bar
-
[ Moderator note: moved to Fixing WordPress. ]
I have been tweaking this site and need some help. Using the Twenty Ten theme and modifying it. The black bar above the menu on Home page is missing on the Media, Bio and Clients pages. Also when going from Home to Media, Bio and Clients pages the alignment changes. Probably want it the same as the Home page. Can anyone help?
http://temp.markwardtenterprises.com/
This is the code for the Home page:
<body class=”home page-template page-template-onecolumn-page page-template-onecolumn-page-php page page-id-6 logged-in admin-bar no-customize-support custom-background”>
<div id=”wrapper” class=”hfeed”>
<div id=”header”>
<div id=”masthead”>
<div id=”branding” role=”banner”></h1>
<div id=”site-description”></div>This is the code for the other 3 pages:
<body class=”page-template page-template-onecolumn-page page-template-onecolumn-page-php page page-id-43 logged-in admin-bar no-customize-support custom-background”>
<div id=”wrapper” class=”hfeed”>
<div id=”header”>
<div id=”masthead”>
<div id=”branding” role=”banner”></div>
<div id=”site-description”></div>The difference is the Home page says <body class=”home page-template page-template-onecolumn-page … and has this code: </h1>
<div id=”site-description”></div>and the other 3 pages say this <body class=”page-template page-template-onecolumn-page… while the others have: </div>
<div id=”site-description”></div>How do I make them the same preferable with the single black bar above the menu for all pages?
The topic ‘Fixing Line Above Menu Bar’ is closed to new replies.