Different Mobile Landing Home Page

Posted in: Newspaper
Post count: 64

Is there a way to have mobile users land on a different theme’s home page? I know that the theme is responsive but we have rigged out home page to look good on both but with some compromises. I would like a better home page with smaller text and more articles for desktop and tablets mobile some other page. Thank for your help

Post count: 7909

Hi,

Unfortunately the theme doesn’t have an option for this. What you can do is to use media queries and customize you homepage to look different on mobile screens(change font size and hide some rows/columns).
For example change font size on mobile screen: http://screencast.com/t/XXN14Px3GI4
Also you can use an extra class for rows that you want to hide on mobile: http://screencast.com/t/tVNpF4zv and use custom css to hide: http://screencast.com/t/N2LGI3Ms4zKK

@media (max-width: 767px){
.hidemobile{
display: none !important;
}
}

Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.