[Resolved] content left and right logo

Home Forums Support [Resolved] content left and right logo

Home Forums Support content left and right logo

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #885935
    Gonzalo

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

    Any help?

    Regards

    #885990
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Perhaps something like this will help?: https://docs.generatepress.com/article/split-header-three-sections/

    Let me know ๐Ÿ™‚

    #888082
    Gonzalo

    Perfect Tom, thank you!

    #888227
    Gonzalo

    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

    #888307
    Tom
    Lead Developer
    Lead Developer
    #888328
    Gonzalo

    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

    #888373
    Tom
    Lead Developer
    Lead Developer

    Is this a site I can see? The one you initially linked to looks different.

    #888384
    Gonzalo

    Please look here:
    https://test.wordpressdesign.cl/
    Regards

    #888920
    Tom
    Lead Developer
    Lead Developer

    Give this CSS a shot:

    .navigation-stick .navigation-branding {
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .navigation-stick .main-nav {
        width: 100%;
    }
    #895730
    Gonzalo

    Thank you Tom!

    #895789
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.