can't remove HTML widget with display: none;

  • Thread starter Thread starter nicodak
  • Start date Start date

nicodak

Guest
Member
Hello,
I created a HTML widget named top_home
In extra.less template i put this code
Less:

Code:

Code:
@media (max-width: 900px) {
    [data-widget-key="top_home"] {
        display: none;
    }
}
But it doesn't work, the widget is still displayed under 900px screen.
The same code with built-in widget works... :unsure:

Continue reading...

Continue reading...
 
Top