How to hide featured image completely on mobile view

Posted in: Newspaper
Post count: 20

Hi,

I have disabled all featured and placeholder image, which is working fine on desktop view but i still see empty space on mobile view as shown here and here.

Actually I dont want to display those empty spaces, rather pull the article title towards left on home page and also for related post.

You can see this live on my website jok9.com when using mobile view

Thanks,
Avinash

Post count: 22421

Hello,

You can use this code in the theme panel-> mobile theme-> custom css box:
.td_module_mob_1 .item-details{
margin-left: 35px!important;
}

Thank you!

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