Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #724317

    Hi,

    i have checked my website in the mobile version and noticed that this version does’nt work so good.
    Some sentences are cut and the picture are very small and sometimes you see only a part of the picture.

    What’s the problem?

    Best regards,
    seykom

    #724764

    Hey seykom,

    I can’t see anything like that on my end using Chrome, could you post screenshots highlighting the problems and in what browser/device you are seeing them please?

    Best regards,
    Rikard

    #725409

    Hi Rikard,

    i have the browser Mozilla and the normal Internet explore (ie).
    And here is the Link of my Screenshot:

    Screenshot default responsive view

    Best regards,
    Seykom

    #725654

    Hi,

    Thanks for the screenshot. The text is too long to fit in the container, please try this in Quick CSS to break the words on smaller screens:

    @media only screen and (max-width: 767px) {
    h3.iconbox_content_title {
        word-break: break-all !important;
    }
    }

    Best regards,
    Rikard

    #726003

    Hi Rikard,

    it works thanks!!

    Best regards
    Seykom

    #726420

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problem with the responsive design’ is closed to new replies.