adding to cart in mobile - centered

GK User
Sat Nov 12, 2016 3:10 pm
Hello,

in latest demo if I add product to cart while viewing site in IOS 10 (iphone) message about sucefull added product is in the middle of page so you need to scrool to see it (rest of the page is greyed out), it should be in the top for mobile layout, because not everyone will understand and scrool down to search for box to click it to continue shopping.
User avatar
Gold Boarder

teitbite
Tue Nov 15, 2016 6:53 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:860px) {
#facebox {
    position: fixed;
    top: 10% !important;
    z-index: 999;
}
}
User avatar
Moderator


cron