Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13572

vladff on "[Theme: Moesia] Footer widget areas missing on mobile template"

$
0
0

Hello,

There is no setting for this, the theme hides them by default. But more people have asked so we'll add it in the next update.

Use this until then:

@media only screen and (max-width: 991px) {
   .footer-widget-area {
       display: block;
   }
}

Viewing all articles
Browse latest Browse all 13572

Trending Articles