Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #527966

    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.

    URL: http://mackie.einbrooke.com/home/

    #527971

    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.

    #527984

    Hey!

    Glad you got it shorted.
    Please feel free to open a new ticket for anything else you might need!

    Best regards,
    Basilis

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Slider Text on Mobile’ is closed to new replies.