hide carousel on mobile phones

  • xtian
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago #29641 by xtian
is there a way to hide the carousel on phone screens?

Please Log in to join the conversation.

More
11 years 6 months ago #29651 by ivan.milic
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

Please Log in to join the conversation.

  • xtian
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago #29660 by xtian
I changed the div name to suit my needs
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
Powered by Kunena Forum