Site logo

Archived topic

Similar layaout of navbar and page hero

14 replies · Started by Former User on October 3, 2019

Viewing posts 1–15 of 15

Hi!
How can i get and put in my website the same design of the navbar and page hero of that website www. pau.ninja, from default generatepress template?

Greethings

Hi there,

- For the header, activate the mobile header option first:
https://docs.generatepress.com/article/mobile-header/

Then change the breakpoint to as large as possible:
https://docs.generatepress.com/article/mobile-navigation/#initiating-the-mobile-navigation-at-a-different-width

Also activate navigation search;
https://docs.generatepress.com/article/navigation-search/

Once this is done, link me to the page in question and I'll provide the CSS :)

- For page hero, here is the setting he is using:
https://docs.generatepress.com/article/navigation-search/

Let me know if this helps :)

Thanks Leo again, but still don't looks similar in mobile phone, the navbar and about all the page "cover".https://orbitaaurea.com/index.php/for-customer-support/

And i also don't know how to show, the author, the date,... in the full cover of pages and post.
Thanks.

Hi there,

What if you add this?:

.menu-toggle, .main-navigation .mobile-bar-items a {
    padding-left: 20px;
}

Let me know :)

Hi Tom! Don't changes! it keeps the same! Thanks! What about the header? How can i add the author,date... to look like that page: https://pau .ninja

Okk,Thanks! I resolved the navbar! althouth i would like. Navbar not move the content to the down.
Also i would like the part is not in the content don't look like navbar, is it possible? https://orbitaaurea.com/for-customer-support-2/

I like the second header, have i to write all the code in element header?

Hi! Really thanks! Now all it works except the navbar. When i move to the down of the page and i come to the up the navbar shows different. I would like it keeps.

Thanks

https://orbitaaurea.com/

Try this as well:

.main-navigation.sticky-navigation-transition .mobile-bar-items a {
    line-height: 50px !important;
}
.main-navigation.sticky-navigation-transition .site-logo img {
    height: 50px !important;
}
.main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
    order: -1;
}

Seriously, really thanks for your help!
Only last thing! i would like to move the title and the "tags" to the bottom of the header using the page hero you gave me.

Thanks again!

Resolved! Thanks!

No problem :)

This archived topic is closed to new replies.