Pod

Customer
Yo gang :)

Is there any way I can suppress the backstretch image, just for mobile devices?

Thanks.
 
Yo gang :)

Is there any way I can suppress the backstretch image, just for mobile devices?

Thanks.

You can use a media query to adjust it:

Code:
@media (max-width:@maxResponsiveNarrowWidth) {
.backstretch { display: none !important; }
}
 
  • Like
Reactions: Pod

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back