This topic has 2 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Rose Tyler
Hi,
want to margin-top:-5%; on checkout button in Mini Cart Mobile View kindly suggest a css code
Hello,
Do you want to achieve such a result – http://prntscr.com/12nzr1j ?
Add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:
.mini-cart-buttons a:not(:first-child) {
margin-top: 0px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up