Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 remove slider from 400px view
Author « Topic »  

martinOV
Advanced Member

United Kingdom
427 Posts

Pre-sales questions only
(More Details...)

Posted - 02/16/2019 :  00:27:49  
Hi,
I want to remove the slider images from the 400px view. I assumed this could be done with the following CSS but it doesn't seem to work

div.callbacks_container, div.rslides{
display:none;
}


Martin

Andy
ECT Moderator

95440 Posts

Posted - 02/16/2019 :  01:07:58  
Hi Martin

Can you show us where you have it set up?

Andy

Please feel free to review / rate our software

martinOV
Advanced Member

United Kingdom
427 Posts

Pre-sales questions only
(More Details...)

Posted - 02/16/2019 :  01:56:10  
Hi Andy,

The page is here :- https://thepewterfactory.com/index.php

The CSS is:-

@media screen and (max-width:400px){

/* ~~ Remove top slider ~~*/
div.callbacks_container, div.rslides{
display:none;
}



Martin

Andy
ECT Moderator

95440 Posts

Posted - 02/16/2019 :  02:28:44  
Try changing that to

@media screen and (max-width:400px){

/* ~~ Remove top slider ~~*/
div.callbacks_container, .rslides{
display:none;
}

Andy

Please feel free to review / rate our software

martinOV
Advanced Member

United Kingdom
427 Posts

Pre-sales questions only
(More Details...)

Posted - 02/16/2019 :  02:36:38  
Thanks Andy, that has now removed the slider from that size

Martin
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000