Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sakari Friend
    #195444

    Hello friends,
    I have a problem with the presentation of the website on the iPhone! (looking at the screenshots you please)
    It will not show the whole text!
    How can I change it?

    Thanks in advance for your help!

    Regards
    Sakari


    1. firefox-pc-1
    2. firefox-pc-2
    3. iphone-1
    4. iphone-2
    Nazario A Friend
    #525430

    Hi Sakari,

    In the Iphone, the boxes is smaller than in the desktop, thus showing the full text will not look nice. Please try this workaround:

    – Create a new file called “custom.css” in the /templates/ja_fixel/css/ directory
    – Add this rule:

    @media(max-width: 480px){
    .jamasshead-description {
    height: 165px;
    max-height: 165px !important;
    }
    .fixel-grid .items.text .article_content .article-intro {
    max-height: 160px;
    height: 1600px;
    }
    }

    Let me know if this helps.

    sakari Friend
    #525485

    Thanks for your help! 🙂

    It has gotten better, but he shows me all the text still does not! (see picture)
    I think it would have to be the lattice also larger, so that the whole text fits in., huh?
    Can you change that too?

    Did it even increased to 300px, but nothing has changed!


    @media(max-width: 480px){
    .jamasshead-description {
    height: 300px;
    max-height: 300px !important;
    }
    .fixel-grid .items.text .article_content .article-intro {
    max-height: 300px;
    height: 300px;
    }
    }

    regards 🙂
    Sakari


    1. iphone-3
    Nazario A Friend
    #525578

    Hi Sakari,

    The width of grid is automatically calculated by Javascript. You should not show all the description’s texts on iPhone, as it does not look nice.

    If you want to show description in full text, I’m afraid you need to handle customisation yourself.

    sakari Friend
    #525798

    ok, many thanks again for your help! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  sakari 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum