Hidding sidebar on mobile

Posted in: Newspaper
Post count: 23

Hai, i want to hide sidebar and footer from my mobile version, is it possible? Help me please.

Post count: 3343

Hi,
I think can be hidden via CSS, just give me your site URL to take a look.
Thanks for the message!

Post count: 23

telsetnews.com

Post count: 7

I want to know how to do that, too

Post count: 3343

Hi,
Add this CSS in Theme panel -> Custom CSS

This is fo9r sidebar and footer

@media (max-width: 767px) {
	.container .span12 .row-fluid .span4 {
		display: none;
	}
}

@media (max-width: 767px) {
	.td-footer-wrap {
		display: none;
	}
}

This is for sub-footer

@media (max-width: 767px) {
	.td-sub-footer-wrap {
		display: none;
	}
}

Thanks for the message!

Post count: 23

hi again, is it possible to use different module between desktop view and mobile view? Cause i like to use module 9 on desktop view homepage, but i prefer to use module 3 on mobile view homepage. FYI, my site is telsetnews.com.

Thanks
Hamzah

Post count: 854

hi,
is not possible to have different modules for desktop view and mobile view, those modules comes from the server (from php), and on your devices are rearrange using css.

Thanks for you message.
Radu A.

Post count: 23

Hi again, i like to create microsite with newspaper theme, is it possible to use same database with my current site. For example, if i create special category with different background, the post in that category also show the background, same as category background.
http://telsetnews.com/category/blog-2/samsung-blog-2/

thanks
Hamzah

Post count: 854

hi,

it is as you say it right now:
http://screencast.com/t/pQ25bANt
http://screencast.com/t/qsNiZcZwh

result : http://screencast.com/t/tDetrREHa3K

Thanks for you message.
Radu A.

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