disable big slider on mobile?

Posted in: Newspaper
Post count: 13

Dear together

How can I disable the Big Slider on mobile? The Big Slider is not shown correctly on my mobile with chrome plus it doesn’t make sense a “big” slider on a “small” mobile 🙂

how to diable them on mobile?

Regards

Post count: 3343

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

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

Thanks!

Post count: 13

Hi Marius, thanks, this way it disable the slider@mobile but; with feature “Unique Content: Enabled” it does supress the slider-content entry completely on mobiles. But on Desktop it “feels much much better” to have this unique-content feature active

Any Idea how to disable the slider on mobile + show the slider content as regular content on mobile :-)?

Post count: 3343

Hi,
Is not easy to hide the slider from code on mobile, this require a mobile detection from php, on css have this but is not the right solution.

Here is a condition from php to hide something if you want to try it. https://forum.tagdiv.com/topic/rtl-problem-on-change-sidebar-position/

And put this condition on the big slider here on this return: http://screencast.com/t/Dr8Oc69y0

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.