• Hello,

    The Highlighted posts grid widget it is visible as “grid” (2 columns) in mobile version, in Smartphones with screen resolutions above 1080p.

    I tested in 2 different smartphones: one with screen resolution of 1080 x 1920 pixels, it is showing allright, with each post, one below the other, just one column.

    In the other smartphone, with screen 1080 x 2400 pixels, it is showing as grid, with 2 columns, 4 posts. So, it is too small to show like this in smartphones, even with high resolution. The screen size is not that big.

    Is it possible to correct this in future updates?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @motonewsbrasil,

    Are you referring to the highlighted posts widget shows one post per row or could you attach a screenshot pointing to the issue so I can have better detail of your query.

    Kind Regards,
    ThemeGrill Support.

    Thread Starter MyWorldMyDream

    (@motonewsbrasil)

    @sakarrr yes, one post per row, just one column. I dont know how to attach screenshot here, so find it in this link Screenshot MotoNews World

    @motonewsbrasil,

    Could you try adding the following custom CSS and see if it helps.
    @media screen and (max-width: 380px){
    .widget_highlighted_posts .single-article {
    width: 48%;
    float: left;
    }
    .widget_highlighted_posts .single-article .below-entry-meta {
    display: none;
    }

    .widget_highlighted_posts .single-article a {
    font-size: 12px;
    }
    }

    Though it might hamper the design since there won’t be enough space if we add two rows in smaller devices so Post Meta has been removed.

    Kind Regards,
    ThemeGrill Support.

    Thread Starter MyWorldMyDream

    (@motonewsbrasil)

    @sakarrr nope, nothing changed here on my smartphone. Hope you find a solution for future updates. Thanks

    Thread Starter MyWorldMyDream

    (@motonewsbrasil)

    @sakarrr I think you understand the opposite. In my opinion, the correct one for smartphones is just one column, four lines, as shown in one of the screenshots.
    What’s wrong: two columns with two rows … two columns on smartphones don’t work.
    I hope that I have managed to express myself. Sorry for my not so good English.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Highlighted posts grid widget wrong view in mobile version’ is closed to new replies.