The slider text covers the face on my iPhone 6. Text is aligned right but is left on the iPhone when horizontal and vertical. I used the following code but it is not working:
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
#full_slider_1 .avia-fullwidth-slider .avia-builder-el-0 .caption_right {margin-left: 100px !important;}}
Please assist, thanks loads.
I found the appropriate CSS. This worked for me:
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
#top .avia-fullwidth-slider .caption_right {margin-left: 355px !important;}}
The display is beautiful now.
Thanks again.
Hey!
Glad you got it shorted.
Please feel free to open a new ticket for anything else you might need!
Best regards,
Basilis