Reply 199615 to: Questions regarding Mobile Phone experiance

Avatar: Rose Tyler
Rose Tyler
Support staff
September 18, 2018 at 12:19

Hello,

1. I do not see the problem http://prntscr.com/kvr5ws and http://prntscr.com/kvr63x
Also, you may add this custom css code:

@media (max-width: 480px){
    .top-bar, .top-bar .languages-area {
        display:  block;
    }
    .top-bar .search, .top-bar .my-account-link {display: none !important;}
    .wpml-ls-legacy-list-horizontal{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

http://prntscr.com/kvr7gp
2. There is no possibility to display the quantity without additional customization in files.
You may change the previous code to:

@media (max-width: 480px){
    .header .shopping-cart-widget .cart-summ span {
        font-size: 11px;
        margin-left: 5px;
    }
    .shopping-cart-widget .cart-summ > .cart-bag {
        margin-right: 0px;
    }
    .shopping-cart-widget .cart-summ > .cart-bag:before {
        top: -2px;
        display: block;
        right: 15px;
    }
    .header .shopping-cart-widget {
        right: 15px;
        transform: translateX(0%);
    }
}

The result will be – http://prntscr.com/kvrc88

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.