0
Welcome Guest! Login
0 items Join Now

SOLVED theme isotope/joomla on a mobile device

  • SOLVED theme isotope/joomla on a mobile device

    Posted 7 years 3 months ago
    • Dear Rockettheme-Team,

      I am not sure if this is the right Forum.
      By using the Isotope template on a mobile phone the additional text dissapears at the popupgrid.
      I attached the screenshot.

      I knew this allready from the chimera theme: Addtional text is hidden when the display is to small.
      Also I know: this is a feature and not a bug.

      But how can I dissable this funktion to make sure all the text will be shown on every device?

      Thanks for your help.
      Greetings Ralf.
    • Last Edit: 7 years 3 months ago by Ralf Hagemeister.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 21585
    • Thanks: 3095
    • messin' with stuff

    Re: theme isotope/joomla on a mobile device

    Posted 7 years 3 months ago
    • Custom CSS:
      @media screen and (max-width: 40em) {
      .g-popupgrid-description-preview .g-popupgrid-description-preview-content {
          display: initial;
      }
      }
    • The following users have thanked you: Ralf Hagemeister

    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:

Time to create page: 0.051 seconds