This topic has 12 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson
Hi, I need to make shopping cart in top right, much higher, because it´s invisible in mobiles.
I attach you an image.
Thanks
Hello,
Please add this code in custom.css file:
@media (max-width: 480px){
.header-variant2 #top-cart {
margin: 20px 0 10px 0;
}
}
Regards,
Rose Tyler.
Hi, thank you for your reply. I´ve made it but changes haven´t taken place.
🙁
Thanks
Hello,
Please try this css code:
@media (max-width: 480px) {.header-variant2 #top-cart {
padding-top: 20px;
}
.header-variant2 .search_form form {
top: 4px;
right: 0px;
}}
Best regards,
Jack Richardson.
Hi, no, changes haven´t taken place.
Hello,
Please provide WP Dashboard credentials in Private Content.
Best regards,
Jack Richardson.
Ok. I´m sending them to you.
Thanks
Hello,
I’ve added the code in custom.css file.
Please check top bar now.
Best regards,
Jack Richardson.
Hi, I´ve checked it and see it works now. But I see it doesn´t work on child theme custom.css
I have to put it each time I update the theme?
thanks
Hello,
Custom.css file in parent theme won’t be lost after theme update.
Also you can move the code from custom.css to style.css in the child theme.
Best regards,
Jack Richardson.
Ok, thank you very much!!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Shopping cart higher’' has been successfully resolved, and the topic is now closed for further responses