I need to format elfsight to fit on a mobile phone.
Is this correct?
<div class="elfsight-app-3576d1ef-e154-4d37-a1a3-cc7a25dc2d44" data-elfsight-app-
lazy=""> </div>
<script src="https://static.elfsight.com/platform/platform.js" async></script @media (max-width: 500px and (max-width: 340px){[class*="wheel__Container-sc"] {scale: .7;height: 420px !important;}}
1 Like
Max
3
Hi there, @Jane_Stoltz1
I see the issue, but I guess the adjustment should be done with the CSS code. I’ve passed it to the devs and will get back to you tomorrow
Max
4
Thank you for waiting!
The issue appeared because of the CSS code you were using in the widget. We’ve adjusted it, so that it wouldn’t be applied to mobile devices:
@media (max-width: 600px) {
.eapps-countdown-timer-item {
font-size: 25px;
font-weight: 800;
}
}
Please check your widget and let me know if it’s fine now