This topic has 6 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Jack Richardson
Hi
How to move the cart up only on top of Revolution Slider?
see https://www.dropbox.com/s/8ek3v622dd6c37p/cart-up-on-slider.jpg?dl=0
It looks like it have to be moved 7px up to be align with the menu.
Best regards
Tonny
Hello,
I’ve added the code below into the custom.css file:
.header-type-2.slider-overlap .header .shopping-container {
top: 0;
}
Please clear browser cache and check your site.
Best regards,
Jack Richardson.
Super Jack!
But what about when the browser with is under 1200w ? where there is no amount next the the cart icon… here the icon is still not align with the menu.
Best regards
Tonny
Hello,
To fix this issue I have added this code to custom.css:
@media only screen and (max-width: 1200px){
.cart-bag {
margin-top: -27px !important;
}}
Please check your site now.
Best regards,
Jack Richardson.
Super Jack!!
It works! thanks
Hello,
You are welcome!
Best regards,
Jack Richardson.
The issue related to '‘move cart up only on top of Revolution Slider’' has been successfully resolved, and the topic is now closed for further responses