Reply To: Display Issue

Author
Reply
  • #3402

    Ok this seems to be a problem with the responsive CSS in counter.pack.css

    In reference to @media screen and (max-width: 960px)

    When the browser is larger than 960px, it wraps the display as shown in the screen shot….

    I can accommodate this by adding:
    @media screen and (max-width: 1200px)

    (Or whatever I need….)