• Hi,

    is it possible to move the logo above the navigation bar similar to the Kale theme?
    Do I need a child theme to do that or can I use the additional css section?

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Thank you for getting in touch with us.

    This shoud work with custom css. You can try to add this style to Appearance → Customize → Additional CSS:

    .header-row-2-left {
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    
    @media (min-width: 768px) {
        .header-row-2-right {
            text-align: center;
            float: none;
        }
        .header-row-2-right .navbar-collapse > ul {
            display: inline-block;
            float: none;
        }
    }

    Hope that helps.

    Kind regards

    Thread Starter womanloveswood

    (@womanloveswood)

    Hi,

    Thank you so much! It worked.

    The only thing I had to adjust is margin from 0 auto to 120 px because somehow my logo covered the menu. I have a small white gap to the top of the site now but that is okay.

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo above Menu’ is closed to new replies.