Search Results for 'hidemobile'

    No search results were found in Documentation!

Results from the Forum
smehr
tagDiv Member
Alin [tagDiv]
tagDiv Staff

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 results - 1 through 2 (of 2 total)