skylinegtr
10 years agoMentor
Add user navi and search form to Page Header
I would like add the User Navigation and the Search Form to the Page Header.
After I 've added the components to the Custom Page Header(wrapper), the User Navi and Search Form are out of place.
How can do this? I've tried changing the css but no luck. Any help will be greatly appreciated! Thanks.
<div id="top-bg">
<div id="top">
*trying to add the components here......*
<div id="site-logo">
<a href="URL Here">
</div>
<div id="topnav">
<div id="topnav1">
<div id="nav1">
<ul>
<li><a href="">Log Out</a></li>
<li><a href="">Sign In</a></li>
<li>Register</a></li>
<li><a href="">Support</a></li>
<li><a href="//info.purestorage.com/ContactSales.html">Contact Sales</a></li>
<li><a href="">Partner Portal</a></li>
</ul>
</div>
</div>
- Can you add these 2 components on the same page, once in header and once in page and look for the issue if it persists? Check the CSS for the component that is working fine and compare it to the one in the header.