Big Slider slider

Posted in: Newspaper
Post count: 67

I don’t want to show bigslider slider on mobile devices like this website http://www.storypick.com

how can i disable bigslider slider on mobile view??

Post count: 7909

Hi,

Please use this custom css in Theme Panel > Custom Css:

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

Thanks!

Post count: 67

Not working 🙁

Post count: 7909

Hi,

Try this custom css: http://screencast.com/t/tdjy763KH

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

Also if you want to hide the Big Slide only for homepage use:

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

Hope this helps!

Post count: 67

wait let me try

Post count: 67

Hello Bro its not working :\

Post count: 7909

Hi,

This code is tested on your site and should work: http://screencast.com/t/H6Yhed41CcP

Please clear cache and try again with code provided above.

Thanks!

Post count: 67

Bro first this is not my site. my site is http://www.movzio.com and i clear all the cache but did not work 🙁

Post count: 7909

Hi,

You don’t want to hide entire big slide on mobile view. If you want to show only big image from the slide please try this css:

@media (max-width: 767px){
.td-big-grid-post-1,.td-big-grid-post-2,.td-big-grid-post-3{
display: none !important;
}
}

Result: http://screencast.com/t/6i26EXXGmtUhttp://screencast.com/t/uiJCSK7hUj

Thanks!

Post count: 131

Hey Mosamlife!

How did you increased the width of the Main, Top and Footer Navigation Menu and How did you make the color of the menu strong?

Please let me know.

Thanks in advance.

Post count: 67

i did some custom css and for color there is a option is themepanel called themeclors so you can change it whatever you want 🙂 and if problem come let me know i will help you out 🙂

-Mosam

Post count: 131

Hi Mosam!

Can you provide me those CSS code please??? I am unable to do that… when i change my site background color it remove the full width color of the posts…

Thanks!

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