How do i change the scrolling content’s text size? Looks too small on mobile version only. Desktop version is ok
Website www.datlook.nl thanks.
How do i change the scrolling content’s text size? Looks too small on mobile version only. Desktop version is ok
Website www.datlook.nl thanks.
Hi @saraseiva
Try this one.
@media only screen and (max-width: 749px){
.marquee .Marquee-tag p {
font-size: 12px;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!