Hi
There is a problem caption on the slide.
They do not work well in all the screens, the button disappeared and some of the text
And do not see the part of the image background
Screenshot: http://prntscr.com/7jhdvs
Link to website: https://www.ibamarkets.com/
How can I fix it?
Thanks in advance
Hey Lev!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.caption_framed .slideshow_caption .avia-caption-title { font-size: 15px !important; }}
Regards,
Yigit
Hi, thanks for the help…
Tablet screen it worked out, but there is still a problem on the screen of the iPhone
you can see here:
http://prntscr.com/7jvsf8
Hey!
try this code:
ul.avia-slideshow-inner {
height: 129% !important;
}
.avia-slideshow.avia-slideshow-1.av-control-default.avia-slideshow-no.scaling.av_slideshow_full.avia-slide-slider {
height: 105%;
}
and adjust as needed.
Best regards,
Andy
Hi Andy,
Thanks for the help
There is still the problem
you can see here:
http://prntscr.com/7jw3b5
Hi!
It think it would be the best if you removed caption title on screens smaller than 480px. You can do so by using following code
@media only screen and (max-width: 480px) {
.caption_framed .slideshow_caption .avia-caption-title { display: none !important; }}
Regards,
Yigit
OK,
nice idea
Is it possible that the button will be under the slider?
Or is there a way to design the iPhone’s home page differently?
Hi!
Please refer to my post here – https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
Best regards,
Yigit
Thanks I will check