Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • fmfame Friend
    #195307

    Hi.

    At the Moment in mobile view on samsung Galaxy S3, the normal 1×1 Grid is Shown in 2 columns style, but the Problem is, the article Title is overflowing After 10 letters or less.

    I want To Show this mobile view in 1 column size like on my iphone, so more letters of the titles are Shown.

    joachim funk Friend
    #525055

    HI,

    I’am interested in a solution too. Any ideas?

    Nazario A Friend
    #525214

    @fmfame, @joachim funk,

    Please try to create a new file called “custom.css” in /templates/ja_fixel/css/ path, then add this rule:

    @media (min-width: 360px) and (max-width: 640px){
    .fixel-grid .grid-1x1 {
    max-width: 100% !important;
    width: 100% !important;
    }
    .article-link > img {
    width: 100% !important;
    }
    .fixel-grid .grid-2x2 {
    width: 100% !important;
    height: 320px !important;
    }
    }

    Hope this helps.

    joachim funk Friend
    #525222

    Thanks – it works fine!

    fmfame Friend
    #525848

    the 2×2 sizes on 600 px for example have to low height..
    Why there should not work anything like: height:100%??

    Nazario A Friend
    #526002

    @fmfame,

    If you try with “height: 100%”, you will see that the grid is higher than expected, you should set a specific value for the height property.

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

This topic contains 6 replies, has 3 voices, and was last updated by  Nazario A 10 years, 3 months ago.

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