Hello, I had a couple of questions before regarding this topic and the support team helped me as well.
I just have an issue on mobile.
I added custom icons via fontello, and placed with a quick css code provided by your support team.. I added some extra features to have more space between each icon.
The problem comes on mobile;
1- Can I decrease the size of the icons just on mobile so they don’t overlap between them?
2 – Or have a larger gap between them on mobile so they don’t overlap themselves?
Regards!
Hi Armando!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
.inner_sort_button:after {
font-size: 50px;
}}
Best regards,
Yigit
Awesome! thanks Yigit!