Reply 224910 to: Menu items under 1366×768 screens

Avatar: Rose Tyler
Rose Tyler
Support staff
November 12, 2019 at 14:30

Hello,

In this case, replace the previous code by this one:

@media only screen and (max-width: 1500px) and (min-width: 992px){ 
    .header-vertical-enable .page-wrapper .header-type-vertical2 .container .navbar {
        padding-top: 0px;
    }
    .header-vertical-enable .page-wrapper .header-type-vertical2 .container .header-logo {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .header-vertical-enable .page-wrapper .header-type-vertical2 .container .menu {
        padding-top: 0px;
    }
    .header-vertical-enable .page-wrapper .header-type-vertical2 .container .menu > li > a {
        padding: 7px 30px;
        font-size: 14px;
    }
    .header-vertical-enable .page-wrapper .header-type-vertical2 .shopping-container, .header-vertical-enable .page-wrapper .header-type-vertical2 .header-search {
        padding: 5px 0;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px){ 
    .header-vertical-enable .page-wrapper .header-type-vertical2 .shopping-container .shop-text .total .amount {
        margin-left: 0px;
    }
    .header-vertical-enable .page-wrapper .header-type-vertical2 .shopping-container .shop-text {
        padding-top: 10px;
        float: right;
    }
    .header-vertical-enable .page-wrapper .header-type-vertical2 .shopping-container .shopping-cart-widget .cart-summ .cart-bag {
        display: inline-block;
        padding-top: 0 !important;
    }
}

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.