This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I've tried the squad theme and the elevator themes.
I customise the theme to look the way I want on my PC browser, then I go on my Mobile browser and it's no good.
I think it's mainly my background picture, I have a b ackground picture, when I look on the Desktop Browser it looks good, I look on a mobile browser and it's not the same, is there anyway I can have it so that it detects if it's a mobile browser or pc browser and load a background image depending?
Hi,
As the Squad and Elevator themes are Bootstrap Based, it should work great on mobile.
I will based all of this info on the Squad theme
It could be a bit difficult since the image is load in the CSS file, but it possible.
Add your CSS change inside of this;
@media (max-width: 767px) { .intro{ /* CHANGE HERE*/ } }
Source : http://stackoverflow.com/questions/19827236/bootstrap-3-apply-css-on-mobile-view-only
Last updated
1-2 of 2