Site logo

Archived topic

Show Avery Top Bar widgets on mobile?

1 reply · Started by Gina on September 4, 2020

Viewing posts 1–2 of 2

Is there a way to make the widgets in the Avery top bar (like the social icons) show up on mobile?

Hi there,

go to Customizer > Additional CSS and remove this:

/* no top bar on mobile devices */

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}
This archived topic is closed to new replies.