• Resolved ada1985

    (@ada1985)


    Hi

    We’re trying to hide logo when scrolling down in mobile view. Tried many different things with no success. If possible please have a look in https://mcosmetics.gr/ & send us instructions or some CSS to achieve that.

    Regards

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Robert Wattner

    (@rwattner)

    Hi, I can definitely help with this. Unfortunately I’m in south Houston that just got some bad weather and my internet is down. I’m replying on my phone right now but you could try adding this css to your logo custom css area

    @media (max-width:768px;) {
    .she-header selector img {
    display: none !important;
    }
    }

    That code will keep everything else aligned/positioned the same. If you want other elements to act like it’s not there at all just remove the “img”. That will allow the menu to move all the way to the left with the “space between” horizontal column layout.

    Let me know if that works for you. If not, I can take a look on my computer when my internet is working again. Hope this helps.

    Thread Starter ada1985

    (@ada1985)

    Hi Robert and thanks for the quick response.

    Placed code to logo custom CSS field but logo still remains sticky in mobile view. Left code there for now, please have a look when you have the time & get back to us.

    Regards

    Plugin Author Robert Wattner

    (@rwattner)

    The weather has cleared up and my internet is back on so I was able to take a better look.
    Try this code. It can be placed anywhere you like.

    @media (max-width:767px) {
    .she-header .elementor-widget-image {
        display: none !important;
        }
    }

    Also, I noticed that setting the logo position to absolute, or using negative bottom margin to get the logo to extend below the header might help the header to not have to load full height before shrinking down. Just an idea. I can help with that as well if you like.

    Let me know if this code works for you or if I can help with anything else

    Thread Starter ada1985

    (@ada1985)

    Hi Robert

    Code working fine.
    Please send us instructions not have to load full height before shrinking down.
    Excellent support.
    Thank you.

    Plugin Author Robert Wattner

    (@rwattner)

    If you could email me I will be able to help further. rwattner@gmail.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need help to hide logo when scroll down in mobile’ is closed to new replies.