Support › Forums › Support (Legacy) › Some changes for the Scoop theme 3 › Reply To: Some changes for the Scoop theme 3
08/05/2016 at 13:06
#1459
Keymaster
Unfortunately there isn’t a built-in way to set the mobile’s display because this is an archive (archive layouts are set according to what is set in Theme Options > Content for desktop and mobile).
But try inserting the following code and let us know if it works:
@media (max-width: 768px){
.media>.pull-left{max-width:100% !important;}
.media-body{width:100% !important;}
}
