Hi,
I have responsive problem- in the “Slider Caption”
you can see here the screenshot: http://prntscr.com/6nmckv
Thanks in advance!!!!
Hey Lev!
please use this code to control the caption’s font-size:
@media screen and (max-width: 667px) {
.slideshow_caption .avia-caption-content p {
font-size: 39px;
}
Please adjust for the different devices by yourself. Here you find a list for max-width for different devices: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
Andy
Thanks Andy,
Its work!!!!! you can see here: http://prntscr.com/6o0n1h
You are the best support!!!!