Site logo

Archived topic

content left and right logo

10 replies · Started by Gonzalo on May 1, 2019

Viewing posts 1–11 of 11

Hi there!
I need add content (social icons, text or post) left and right logo web site.
http://prntscr.com/nj9uuv

Any help?

Regards

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

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.

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 :)

This archived topic is closed to new replies.