iPad, footer appearance incorrect

Hi and a healthy new year,
When using the website on my iPad, the text address https://prnt.sc/m2i0xg is superimposed in the footer.
URL: https://www.giltjes.de/
Do you have a tip.

Thank you and best regards

Comments

  • Hi,
    All I can suggest is to decrease the amount of items in footer or removing it with CSS on tablet only.
    Do you need help with it?
    Thanks
  • Thanks, but I thought the fields are responsive
    Thanks
  • They are, but there is too many items for tablet resolution and it doesn't have any space to fit it.
    Also, this image on the left is very wide and it can be problematic.

    You have to decrease the amount of items there or make it smaller.
    or try to use my CSS belllow.

    Paste this CSS to Theme Options > Custom CSS & JS > CSS
    @media (max-width:1240px) and (min-width:767px){
    .textwidget p img{
    width:150px;
    height:85px;
    }
    }
    Thanks
Sign In or Register to comment.