Hi
I am struggling with that my checkout button is located to low which is a problem on an iPhone because it will trigger the safari menu, and therefor is is not easy to hit the check out button. Is there any easy way to move the up the button? I suggest something like this:
Thanks in advance.
Hello @Mohammadhih !
Would you mind sharing your store’s URL so we can provide you with a solution? Thanks!
Hello @JHKCreate
Thanks for your reply. Yes ofc. The website is: www.sevensajada.dk
Thanks in advance.
The screenshot you shared is that of the Desktop version no?
It is a screenshot from a desktop but in a mobile preview mode.
Hi @Mohammadhih ,
Add the following code to your theme.scsss:
@media screen and (max-width: 590px)
{
.ajaxcart__footer.ajaxcart__footer--fixed {
height: 50%;
}
}
That should do it, let me know!
@JHKCreate Thank you so much! it is working like magic now 
Fantastic! Don’t forget to Mark As Solution & Like to make the answer more visible to the community! Cheers!
Argh sorry… now I just found out that the position is not stable. When I add item to cart it is working fine, however when I open the cart(without adding) it is going back to a lower position
Never mind, it is working just fine 
