Hello, anyone else having the same issue with the search button on mobile being too small and hard to click ?
A simple css modification solves the problem:
.catalogue_search .search_box input[type="submit"]
{ width: 100%;
margin-top: 15px;
height: 35px;
}
Bellow are images before modification and after.
Before:
After:
Also, don't you think it's more eye appealing when opening an image to change the background from white to transparent black like this ?
Another suggestion: When viewing My Banknotes, images are very small. With simple modification you can see better the banknote:
Before:
After:





