• Gridly’s home page is a grid of boxes of the most recent posts. The maximum width seems to be three boxes across, matching the three footer widgets. With smaller device widths these numbers are reduced.

    The problem I see is on my iPad (landscape) where I have only two boxes across, even though there is room for three. This is evidenced by the fact that all three footer widgets are side-by-side.

    Of course there’s no developer support for this free theme, but I’d sure love a tweak that would allow three boxes across on all devices that have room.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you looked at the CSS – is it using @media queries for smaller devices? That would be the place to look. You also might want to post this question on a CSS specific forum such as

    http://csscreator.com/

    Thread Starter Lane Lester

    (@llester)

    I’ve not been able to find @media in the CSS. It looks like this line is what causes it to be responsive:
    #wrap { width:94%; margin-left:3%;}

    There’s a js directory, but my knowledge of javascript is zero.

    Thanks for the link to the CSS forum.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Gridly] Home Page Shows Only 2 Columsn on Tablet’ is closed to new replies.