• alexroth

    (@alexroth)


    Guys!

    First time ever customizing a wordpress theme.. complete beginner, need your help please

    This is my site https://organofert.com/

    My issue:

    When I’m moving up the logo and site title/site description just next to navigation menu they go UNDER the menu container, how can I do it right?

    ( I’ve tried to move some parts of code from site-branding.php to navigation-top.php, but the result was weird, instead of being aligned the logo, site title+site description and the menu, all of them were just on top of one another like a burger)

    Thank you!

    Alex

Viewing 3 replies - 1 through 3 (of 3 total)
  • Diogenes

    (@matador9)

    Here publish a tutorial where I explain this live. Use a translator ??

    Thread Starter alexroth

    (@alexroth)

    matador9, thanks for the tutorial, you just confirmed what I’ve done before.

    After I moved the code to navigation-top.php, the logo and site branding showed up above the nav menu.

    I managed to move them to the left, but can’t get it lower to be on same level.

    See my code please, it’s not perfect but I’m learning:

    .navigation-top .site-branding {
    margin: -55em; !important;
    }

    Diogenes

    (@matador9)

    Try this:

    .navigation-top .wrap {
    padding-top: 3em;
    }
    .site-branding .custom-logo-link {
    margin-bottom: -6em;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Align logo + site branding + menu’ is closed to new replies.