Error on Contact Element on Tablet View

Hi there,

I´m working on this page http://sp.isar3.de/ueber-uns/team/mitarbeiter-template/ (PW: 7List-2025#) and when viewed in the tablet view the icons of the Contact Element don´t show up.

All other viewports work fine, just not on tablet...

Could you please help me find them there?

Many thanks and

best regards,

Daniel

Comments

  • Hi,

    Try the following CSS code:

    @media only screen and (min-width: 768px) and (max-width: 959px) {
     .get_in_touch ul li .icon {
       display: block!important;
       left: -30px!important;
     }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

  • Hi Phil,

    Thanks for the quick response – it works... but why is aditional code necessary?

    Shouldn´t it be working without it?

    Where does the error come from, that we are now patching with this code?

    Best regards,

    Daniel

  • It is not an error.

    It is hidden by default because, in most cases, it does not look good on a tablet view.


    Best regards

  • Ahhh - OK... now I understand. Thanks for clarifying.

    Best regards,

    Daniel

Sign In or Register to comment.