Hi, there is a way to have topbar with widgets also on mobile?

This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler

  • Avatar: Diana_Zamparo
    Diana Zamparo
    Participant
    September 26, 2019 at 11:53

    Hi,
    there is a way to have topbar with widgets also on mobile?
    Thank you very much.

    https://ibb.co/198tXvk
    https://ibb.co/S5RzpSX

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 26, 2019 at 12:03

    Hello,

    Could you provide URL and temporary wp-admin access?

    Regards

    Avatar: Diana_Zamparo
    Diana Zamparo
    Participant
    September 26, 2019 at 12:32

    Hi,

    these are the data and the url

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 26, 2019 at 12:41

    Hello,

    Try to add this code in Theme Options > Custom CSS > Global custom CSS:

    @media only screen and (max-width: 1030px){
        .top-bar {
            display: block;
        }
        .top-bar .top-links .topbar-widget {
            display: inline-block;
        }
        .top-bar .top-links {
            width: 100%;
            max-width: 100%;
            text-align: center;
        }
    }

    Regards

    Avatar: Diana_Zamparo
    Diana Zamparo
    Participant
    September 26, 2019 at 12:51

    Hi,
    css code work well, thank you very much!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 26, 2019 at 12:56

    Hello,

    You’re welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.