Hallo, on https://multispeed.de/index.php/shop.html there is text from the "Shop" in Virtuemart. You can see it on desktop and IPad but not on IPhone. Is there a possibility to see it also on IPhone?
Regards Klaus
Hi kugelmeier
I added to your custom.css
@media (max-width: 800px){ div.vendor-store-desc { display:inline!important; } }
It works also on mobile now.
Regards
Yes, thanks!
I have a further problem with IPhone. When I open the pictures from the articles in IPhone the text from all pictures is here white or not readable.
Add to your custom.css
@media (max-width: 767px) { #fancybox-wrap #fancybox-title { color: #000000!important; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); } }
Sorry, but nothing happens ..
kugelmeier check better and you will see it
Yes thanks. You are right.