Texts overlap

Hi Muffin Group

I have a problem with website on tablet (IPad mini and IPad) 
Some texts are overlap on this versions.


Best regards

Konstantin

Comments

  • Hello,
    you have too much columns for this much content so the text simply does not fit. Try this css for this page, it should amend it for the tablet
    @media (min-width:767px) and (max-width:980px) {
    h3 {
    font-size: 20px !important;
    line-height: 22px !important;
    }
    h4 {
    word-wrap: break-word;
    font-size: 16px !important;
    line-height: 20px !important;
    }
    }
    thanks
Sign In or Register to comment.