-
AuthorPosts
-
June 21, 2015 at 10:25 am #462302
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 backgroundScreenshot: http://prntscr.com/7jhdvs
Link to website: https://www.ibamarkets.com/How can I fix it?
Thanks in advanceJune 22, 2015 at 11:51 am #462611Hey 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,
YigitJune 22, 2015 at 12:16 pm #462643Hi, 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/7jvsf8June 22, 2015 at 12:36 pm #462669Hey!
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,
AndyJune 22, 2015 at 12:50 pm #462688Hi Andy,
Thanks for the help
There is still the problem
you can see here:
http://prntscr.com/7jw3b5June 22, 2015 at 12:52 pm #462691Hi!
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,
YigitJune 22, 2015 at 2:54 pm #462808OK,
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?June 22, 2015 at 4:07 pm #462878Hi!
Please refer to my post here – https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
Best regards,
YigitJune 22, 2015 at 4:41 pm #462912Thanks I will check
-
AuthorPosts
- The topic ‘Responsive slider caption problem’ is closed to new replies.
