Hide Presentation Slider on Mobile Screens?

  • Author
    Posts
  • #42655

    Hello! I love the Nirvana theme – but I have one little issue that I’m hoping someone can help me with.
    The presentation page slider doesn’t look good on my mobile phone so I’d like to hide the slider just from that size of screen. Is there a way that I’m just not seeing?
    If yes, please help. If no, please let me know so I can add it to the suggestion box.

    Thank you!
    Susan

    Website: www.lovebeyondwords.ca

    #42723
    Zed
    Cryout Creations mastermind

    You can do this with custom styling:

    @media (max-width: 800px) {
       #frontpage .slider-wrapper {
          display: none;
       }
    }

    You can adjust the 800px value to control which devices the styling applies to.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42738

    Wonderful! Thank you so much for your time and help. 🙂

    Website: www.lovebeyondwords.ca

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Hide Presentation Slider on Mobile Screens?’ is closed to new replies.