Jump to content

alfredomoraphoto

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by alfredomoraphoto

  1. Hello, I recently transitioned from 7.0 to 71.  On my old site I had a different home page with vertical images and another homepage with horizontal images.  This code below was used to automatically switch the home page depending if the visitor was on mobile or desktop.  Is there an equivalent set of CSS code or functionality in 7.1?

     

    /* show home page block dependent on screen size * / 
    @media only screen and (max-width: 780px) { #home { display: none; } } 
    @media only screen and (min-width: 781px) { #home-mobile/mobile { display: none; } }
     

    Thanks!

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.