This topic has 4 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp
I have a plugin that I am using to display my products and it comes with a fixed header that is attached to the top the page as you scroll down the page. As seen in this photo:
I like the fixed header option on the PC, but would like to have it disabled for mobile devices as it gets in the way. Is there anyway to disable it using CSS? Please advise
Name of plugin in private content
Hello,
You need add this code into the file spreadplugin.css that is located in Spreadplugin folder:
@media (max-width: 480px) {.spreadplugin-menu.fixed {
display: none !important;
}}
Regards,
Eva Kemp.
Eva,
Thanks for the reply. That worked, thanks
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: best selling, fixed header, mobile device, plugin, themes, turn off, woocommerce
The issue related to '‘Turn off fixed header for plugin on mobile device?’' has been successfully resolved, and the topic is now closed for further responses