Superfly hide in mobile leave a mark

Hello!

i have set to hide superfly responsive on mobile and when it shows the homepage it leave a background mark, i have did the css display block to the id of the superfly responsive element

screenshot>> http://prntscr.com/jqvsva

how can i remove this mark? is this possible?

Hi,

You need to hide the entire navbar to get rid of it.

eg.

@media (max-width: 480px) {
.x-navbar-wrap {
      display:none;
}
}

Hope that helps

1 Like

Thank you, it worked!

Hi @angelofgod,

Happy to hear that.

Feel free to ask us again.

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.