This topic has 4 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hello,
My header is in pretty bad shape when adjusting my browser size. When in 768 x 1024 I see double login and cart icons. Please help me fix this.
Thanks.
Ali
Hello,
Please add this code in custom.css:
@media (max-width: 980px){
.header .shopping-cart-widget {
display: none;
}
.top-bar .my-account-link:before {
top: 0px;
}
}
Regards
Ok that worked great but I have another question now. Hod do I center my logo in the fixed header on mobile device only?
Thanks.
Hello,
@media (max-width: 400px){
.fixed-header-area .fixed-header .logo-with-menu {
float: none;
left: 13%;
}
.fixed-header-area .fixed-header .logo-with-menu img {
max-width: 150px !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up