Okay
  Public Ticket #1073156
Equal height problem
Closed

Comments

  •   jnshafner started the conversation
  •  2,010
    Ocean replied

    Hi,

    please say clearly your problem.

    send us some screenshots.

    Thanks!

  •   jnshafner replied privately
  •  2,010
    Ocean replied

    Hi, 

    Sorry, we checked on mobile (Iphone and some Android devices) and didn't see any issues.

    This is not a bug.

  •  2
    jnshafner replied

    so you see on mobile on https://hafner-ec.com/ the headings: "Schlüsselfertig" and "RENOVIERUNG / SANIERUNG" ?

    why it doesn`t shows on my phone?

    as attachment e capture of the mobile site... there are missing the 2 rows "Schlüsselfertig" and "RENOVIERUNG / SANIERUNG"

  •  2,010
    Ocean replied

    Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    @media (max-width: 991px) {
      .row{ display: block!important; }
    }

    We'll update this problem now.