How do I show the photo under the slider, in the mobile device.
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!
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.
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; } }