Hi!
I have a problem with the woocommerce cart in the homepage (transparent header), the cart goes too much up in the page, is ok on the other pages.
Thank you!
Hey opificioilgranello,
I’m not seeing the cart at all. Can you screenshot the issue?
Best regards,
Jordan Shannon
Hi Jordan!
I send to you 2 images, one with the cart problem (mobile responsive) and the other is also a responsive problem with the transparent header, I don’t know but perhaps those issues are correlated.
Thank you!!
Laura
Hi,
Can you try commenting out your custom css to see if the issue resolves?
Best regards,
Jordan Shannon
Hi Jordan!
This is the css code that creates problem I think…
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px){
.home .logo{
display:none !important;
}
}
Still I don’t know how to solve all this stuff because the transparent header doesnt’ work on mobile.
Otherwise how can I disable transparent header on mobiles and turn black the background color ?
Thank you!
Laura
Hi,
So with that portion commented out the cart shows?
Best regards,
Jordan Shannon
Hi!
Exactly!
Laura
Hi Laura,
Can you try to replace this code:
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px){
.home .logo{
display:none !important;
}
}
with:
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px){
.home .logo{
display:none !important;
}
.responsive #top.home .cart_dropdown {
margin-top: 18px;
}
}
Hope it helps.
Best regards,
Nikko