badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Mobil device doesn't not show photo under the slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53827
    Barbara Vernoski
    Participant

    How do I show the photo under the slider, in the mobile device.

    #53830

    Hi Barbara Vernoski,

    Could you please provide us your site url so that we can help you what’s wrong with your site.

    Thank you!

    #53906
    Barbara Vernoski
    Participant

    http://beautiesandboots.com/, the slider shows on the mobile icon, on the site however when view my site on a actual mobile device, you an the photo under the Subtitle section it is black.

    #53907

    HI Barbara,

    It’s due to the background-attachment fixed which is not supported my some browser in mobile devices.
    To fix it just add below custom css code:

    @media only screen and (max-width: 767px) {
        .header-main, 
        .widget_promotional_bar .promotional_bar_content,
        #colophon .info-bar {
            background-attachment: scroll; 
        }
    }

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.