Viewing 1 replies (of 1 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    For example:

    /* Portrait */
    @media only screen and (orientation: portrait) {
      .strong-view .strong-content .testimonial-image {
        float: none;
      }
    }

    Narrowing it down to smartphones will require some width settings. CSS Tricks has a great list if you need it.

Viewing 1 replies (of 1 total)
  • The topic ‘portrait view on a smartphone’ is closed to new replies.