Awesome stuff, that worked and site is now displaying on everything the way that I want it to!
This thread can be closed off now!!
Ive used the code below that I found on another thread, now using a fullwidth easy slider, the photos show on my iphone, but not on my ipad???
Any ideas why it’ll show on one and not the other?
@media only screen and (min-width: 768px) {
.slider-desktop {
display:block !important;
}
.slider-phone {
display:none !important;
}
}
@media only screen and (min-width: 768px) {
.slider-desktop {
display:block !important;
}
.slider-phone {
display:none !important;
}
}
@media only screen and (max-width: 767px) {
.slider-desktop {
display:none !important;
}
.slider-phone {
display:block !important;
}
}
Hi Rikard,
I stumbled across a fix, ….. somehow, seemed to select the parent page as any of my created pages and it sorted!!
This thread can be closed now :)