Forum Discussion

skylinegtr's avatar
10 years ago

Add user navi and search form to Page Header

I would like add the User Navigation and the Search Form to the Page Header. img1.png

After I 've added the components to the Custom Page Header(wrapper), the User Navi and Search Form are out of place. img2.png

img3.png

 

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.
    • skylinegtr's avatar
      skylinegtr
      Mentor

      VarunGrazitti - It only break when I added to the header. I've tried to changing the CSS but it doesn't do anything. 

       

       

       

       

      • VarunGrazitti's avatar
        VarunGrazitti
        Boss
        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.