Archived topic
content left and right logo
10 replies · Started by Gonzalo on May 1, 2019
Hi there!
I need add content (social icons, text or post) left and right logo web site.
http://prntscr.com/nj9uuv
Any help?
Regards
Hi there,
Perhaps something like this will help?: https://docs.generatepress.com/article/split-header-three-sections/
Let me know :)
Perfect Tom, thank you!
Tom, how I can use GeneratePress Split library menu?
With hook, work fine, but, I would like add menu left and right center logo?
Also, to scroll, maintain the same menui structure (left, logo, right)
Regards
This article might help: https://docs.generatepress.com/article/centering-logo-navigation/
great Tom, the last question, to scroll down, how I can maintain the same menu structure (left, center logo, right)? actually, logo it' s to left, menu right.
This it' s ok!
http://prntscr.com/nk45zy
To scroll down, I see this:
http://prntscr.com/nk46kg
Regards
Is this a site I can see? The one you initially linked to looks different.
Please look here:
https://test.wordpressdesign.cl/
Regards
Give this CSS a shot:
.navigation-stick .navigation-branding {
margin: 0;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.navigation-stick .main-nav {
width: 100%;
}
Thank you Tom!
You're welcome :)