Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • fmfame Friend
    #193778

    Hi Guys,

    i found a little css bug in template-responsive.css .

    If you have added an article and configured in article manager in fixel dropdown to “2×2” OR
    if you have added a module in any position with 2×2 Dimension..
    On mobile device under 320px the height of THIS grid items with THIS dimension hasn’t 305px height like the other 1×1 articles.. It has a height of 280px. I wondered because I have added few articles and modules in 2×2 and have seen, that anything is wrong with the height.

    In css line 2585:
    .fixel-grid .grid-2×2,
    .fixel-grid .grid-1×2 {
    max-height: 280px !important;
    height: 280px;
    }
    Or is there any reason to do not change this line, because there you wrote “important:”

    I think it has to be changed in this:
    .fixel-grid .grid-2×2,
    .fixel-grid .grid-1×2 {
    max-height: 303px !important;
    height: 100%;
    }

    This is working and no module picutre were “cut” at the bottom because the height of module or article image is overflowing in height.

    Because all GRID-Articles have a height of 303px in this browser width of 320px ( @media (max-width: 320px) ..

    Please tell me if I am wrong..

    Ninja Lead Moderator
    #518689

    You can try steps below:

    + Create templates/ja_fixel/css/custom.css file

    + Add following rule:

    @media (max-width: 320px) {
    .fixel-grid .grid-2x2 {
    max-height: 100% !important;
    min-height: 220px;
    }
    }

    fmfame Friend
    #518705

    No, is not showing correctly.

    If i add your lines, there is viewing the image and the content box separately.

    first, there is the image box,
    then there is a white backgrounded box with the title at the bottom..

    Ninja Lead Moderator
    #518787

    <em>@fmfame 406223 wrote:</em><blockquote>No, is not showing correctly.

    If i add your lines, there is viewing the image and the content box separately.

    first, there is the image box,
    then there is a white backgrounded box with the title at the bottom..</blockquote>

    It’s difficult to figure out the issue on your site. Please send me URL of your site so that I can help you out. It would be best if you can send screenshot to illustrate what you mentioned.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 10 months ago.

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