• Resolved stevereid

    (@stevereid)


    Hello, the logo and site identity is too large in desktop view, and in mobile the site identity name is stacking. I’d also like to add a button in the top menu, but this also stacks.

    thanks for your help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @stevereid

    Thank you for reaching out! I’m happy to help.

    You can customise the size of the site logo by going to WP Dashboard > Sydney > Theme dashboard > Site Title and Logo > Customise and modify the Logo height as shown here: https://a.supportally.com/i/knxLeH. Alternatively, you can use the following CSS to reduce the height of the logo on desktop devices:

    @media (min-width: 992px) {
    .site-logo {
    max-height: 50px;
    }
    }

    I cannot seem to replicate the stacking on mobile as shown here. Would you mind sharing a screenshot of how this looks on your end and the type of device and browser you are using?

    I’d recommend using the “Custom Link” option while adding a new menu item as shown here. Would you mind giving this a try and letting me know how it goes?

    Thank you!

    Thread Starter stevereid

    (@stevereid)

    Thanks Kenneth. All good now.

    • This reply was modified 11 months, 3 weeks ago by stevereid.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header menu’ is closed to new replies.