Hi,
1. Slider caption-
there is problem whith the responsive in caption on the slider
Here you can see a screenshot: http://prntscr.com/6ilsmt
2. Need to remove the space below the slide, in normal mode it works well not only responsive
Here you can see a screenshot: http://prntscr.com/6ilsmt
Thanks!
Hi Lev!
Add this to your custom CSS.
#sliderhp .flex_column {
margin: 0px !important;
}
@media only screen and (max-width: 767px) {
.avia-inner-caption * {
font-size: 14px !important;
}
}
Cheers!
Elliott
Hi
Thanks its help,
but some screens its no good, you can see here: http://prntscr.com/6jupby
and i need also the text align left
Thanks!!!!!
Hey!
Do this instead.
#sliderhp .flex_column {
margin: 0px !important;
}
@media only screen and (max-width: 767px) {
.avia-inner-caption * {
font-size: 11px !important;
text-align: left !important;
}
}
Regards,
Elliott
Hey Elliott,
Thanks for the help..
I put the new code you send,
and its help for: 480 x 640 (small tablet), 768 x 1024 (iPad – Portrait), 1024 x 768 (iPad – Landscape)
For iPhone it still does not look good
you can see here:
http://prntscr.com/6knj5t
http://prntscr.com/6knjd4
I would appreciate any advice
Thanks !!!
Hi!
Well you could try reducing the font size more. What are you trying to make it look like? Are you just wanting to hide it on iPhones?
Best regards,
Elliott
Hey!
I reducing the font size more like your said:
@media only screen and (max-width: 320px) {
.avia-inner-caption * {
font-size: 7px !important;
}
}
And its work!!!! Thanks!
you can see here: http://prntscr.com/6lhlgj
you are genius!
thanks!!!!