Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there nando.noobs,

    Hope you’re well today!

    You should be able to change your sticky menu logo size with some custom CSS. Evolve has its own custom CSS tab which is located in Appearance -> Theme Options -> Custom CSS so you can try adding the following code there:

    body #header.sticky-header img#logo-image {
      max-width: 100px;
    }

    This is the original maximum width of the logo so you can reduce it to what ever suits you the most.

    Hope this helps 🙂

    Cheers,
    Bojan

    Hi there,

    Thanks for writing in,

    If you wish to achieve something like this http://prntscr.com/7fc11j so you can add following code under Appearance > Theme Options > Custom CSS:

    ul#menu-menu-noobs-1 li {
      margin-top: 20px;
    }

    Thanks.

    Thread Starter nando.noobs

    (@nandonoobs)

    Thank you! it works great!

    You’re welcome! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Resizing logo in menu’ is closed to new replies.