Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #378665

    Hi guys:

    I notice that this page and many others will portfolio grids:

    http://cttengineering.com/energy/

    When viewed on an iPhone in landscape mode rather than have a grid with the first increment two wide, the theme displays the first increment one wide, and all the rest two wide below it. If the number of increments is even it does two wide. Is this supposed to happen? If so I think maybe i need to make the featured image more resolute as it looks blurry in these instances?

    Thanks

    #379663

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .responsive #top #wrap_all .grid-sort-container .grid-entry {
            width: 50% !important;
        }
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.