How to display topbar on mobile

http://allcareptc.staging.wpengine.com/

How do you display topbar on mobile? I would like to display the green button, phone and social icons. Currently the following code is being put into the topbar customizer:

1-855-3ALL-CARE

Pay Bill Online

<img src="http://allcareptc.staging.wpengine.com/wp-content/uploads/2018/04/fb-icon.png"

Hello @lacorte,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

@media only screen and (max-width: 992px) {
    .x-topbar {
    display: block !important;
}
}

Thanks.

This worked thanks!

You are most welcome.

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