Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #477483

    We would like to drop (lower) the logo down about half way so that it’s equally above and below the height of the menu items.

    On the home page, it would be slightly inside and in front of the slider. Can you let me know what css would make this adjustment?

    Thank you!

    Saki

    #477729

    Hey koala!

    Please add following code to Quick CSS

    .logo {
        top: 100px!important;
        position: relative;
    }

    Regards,
    Yigit

    #491146

    This worked fantastic, but now, when you use on a tablet, the menu is completely gone. You can see an example from an iPhone at the private link below:

    • This reply was modified 8 years, 8 months ago by koala.
    #491358

    Hi!

    Please change the code to following one

    @media only screen and (min-width: 1024px) {
    .logo {
        top: 100px!important;
        position: relative;
    }}

    so it would be only applied on desktops.

    Regards,
    Yigit

    #491473

    Do you mean change or add this? I added it, but there’s still no menu on the tablets and the logo is very small.

    #492336

    Hi!

    Please change the first code i posted to second one

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.