Hide Promo and Slider on mobile view

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home VirtuSky WordPress Theme Hide Promo and Slider on mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6266
    José Arteaga
    Participant

    First all congratulations for this theme, I really love it.

    Now my question is:

    How to hide the Promo and Sliders when the site is loaded on mobile view (from a Smartphone)?, actually I wish to continue showing these sections to PC’s users so but not to mobile’s users due site become really long when formatted vertically.

    Thanks in advance

    #6267

    Hi José,

    In this issue, you could write and use custom CSS example below.

    @media screen and (max-width: 480px) {
    #promo {
        display: none;
    }
    #banner {
        display: none;
    }
    }

    Best Regards,
    ThemeLooks Support Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
happy hour