Top bar on mobile - by durnevp - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Amzy Leel

  • Avatar: durnevp
    durnevp
    Participant
    November 19, 2017 at 07:37

    Hello! How to make the right side of the top bar appear in the mobile version of the site?http://prntscr.com/hccbfc

    1 Answer
    Avatar: amzy
    Amzy Leel
    Participant
    November 20, 2017 at 05:11

    hi,

    add this css code in 8theme options > styling > custom css > global custom css

    @media only screen and (max-width: 1030px){
    .top-bar {
        display: block !important;
    }
    .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 {
        display: none;
    }
    .top-links ul {
    
        float: none;
    }
    .languages-area>div:first-child {
        border: none;
        padding-right: 0;
        margin-right: 0;
    }
    }
    

    Regards,

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