Mobile Top Bar - by Capri - on WordPress WooCommerce support

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

  • Avatar: Cardo
    Capri
    Participant
    March 12, 2018 at 20:58

    Hi,

    Could you please help me put my topbar in my mobile view. And Is it possible to auto slide it?

    https://dubaijewelfactory.com

    Thank you.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 13, 2018 at 08:37

    Hello,

    To show the top bar on mobile, you can add this code in Global custom css:

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

    And Is it possible to auto slide it?

    – please explain in details the desired result.

    Regards

    Avatar: Cardo
    Capri
    Participant
    March 13, 2018 at 09:30

    Kindly visit this mobile view of this site . I just want to do the same.. it only slides on the mobile view.

    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 13, 2018 at 10:49

    Sorry, but there is no such possibility.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.