- Posts: 9
- Thank you received: 0
hide carousel on mobile phones
-
xtian
Inactive member - Topic Author
- New Member
Less
More
11 years 6 months ago #29641
by xtian
hide carousel on mobile phones was created by xtian
is there a way to hide the carousel on phone screens?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #29651
by ivan.milic
Replied by ivan.milic on topic hide carousel on mobile phones
Not exactly if you don't program something one workaround would be to hide it on small screens but that infarct makes it invisible:
add to template_css.css
@media (max-width:755px) {
div.hero{
display:none!important;
}
}
this would hide it if screen is less that 755px in width
add to template_css.css
@media (max-width:755px) {
div.hero{
display:none!important;
}
}
this would hide it if screen is less that 755px in width
Please Log in to join the conversation.
-
xtian
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
11 years 6 months ago #29660
by xtian
Replied by xtian on topic hide carousel on mobile phones
I changed the div name to suit my needs
but the css code you gave me works fine
thks a lot
but the css code you gave me works fine
thks a lot
Please Log in to join the conversation.
Time to create page: 0.227 seconds