Remove some block content on mobile view

Posted in: Newsmag
Post count: 35

Hi help me please, any question for me:
#1. Can I Remove some block content when access on mobile (http://prntscr.com/dsj0mo). make it more simple. but still complete when access on desktop (http://prntscr.com/dsj0qf).

#2 how to remove sneak peek short article on main/front/home pages. so I want to show Title only : http://prntscr.com/dsj1zx

Post count: 23312

Hello roqeem,

#1 Do you want to remove these Blocks from footer section on mobile? -> http://screencast.com/t/SiaClv8VK1 If you want this, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Cusotm CSS area.

@media(max-width:767px){
.td-footer-container .td_block_7, .td-footer-container .td_block_popular_categories{
display:none;
}
}

The result is here -> http://screencast.com/t/iSJ2pPhpD

#2 I guess that you want to get rid of it the Excerpts, right? I have checked your website and I saw that you are using the Block 11 which uses the module 10 to display your posts. So, if you want to remove the Excerpts you should do this -> http://screencast.com/t/mvo5AXfrXS and the Excerpts for this type of module/block will not appear.

Hope this helps and let us know how it goes!

Thanks for the message!

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