Reply 210989 to: frontpage

Avatar: Rose Tyler
Rose Tyler
Support staff
March 15, 2019 at 13:33

This is what you are looking for http://prntscr.com/my9pzo ?

@media only screen and (max-width: 992px){ 
    .header .logo {
        width: 100%;
        text-align:  center;
    }
    .menu-icon i {
        position: relative;
    }
    .header .container .shopping-cart-widget {
        bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .header .container .shopping-cart-widget {
        right: 0;
        left:  unset;
        bottom: 25px;
    }
}
@media (max-width: 480px){
    .header .container .menu-icon {
        left:  0px !important;
        bottom: -15px;
    }
    .header .container .shopping-cart-widget {
        right: -20px;
        bottom: -15px;
    }
}

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.