Mobile Layout Modification

Posted in: Newspaper
Post count: 6

Dear Newspaper,

Can i modify the mobile layout of newspaper theme? I only want to show the latest article in the mobile layout but in desktop layout is still the same.

Thank you…

Regards,

Post count: 22421

Hello,
At the moment, there is no difference between the mobile version and the desktop version of our theme. There is no option to change content based on the device used. It can be done with a bit of css if you want. You will need to add an extra class to the latest articles code like so: http://screencast.com/t/736ZoMZatS
Make sure you set your sidebar to none: http://screencast.com/t/Y3UVEVcvie (you can still use a sidebar by splinting your visual composer rows in a 2/3 and 1/3 layout)
Now you can use css to target the latest articles and hide it for desktop and tablets:
@media (min-width:767px){
.mycustomclass{
display:none!important
}
}

Thank you!

Post count: 6

Thank you very much…. i will try your solution and will come back to you whether success or not.

Regards,

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