Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Frank,

    Hope you’re well today ??

    You should be able to achieve this with some custom CSS. Please try adding the following code to Appearance -> Customize -> Advanced Settings -> Custom CSS:

    @media (min-width: 992px) {
    div#thelogo {
        position: absolute;
        top: -30px;
        left: 60px;
    }
    
    nav#nav-main {
        margin-top: 5px;
    }
    }

    This should be the result https://screencast.com/t/WQyXbaA8N.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter franktcmarketing

    (@franktcmarketing)

    Thanks
    That does work. Guess for other sites I can just change the “top:” measurement, to raise or lower the logo on the page?

    Hey again franktcmarketing,

    Yes, you can change the numeric value in top property to move the element up and down.

    Best regards,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making logo taller then menu height’ is closed to new replies.