• Hi there,

    I’m using the post grid on the main page of my website (http://travelfordifference.com).

    For months it has been looking perfect, then all of a sudden it changed without me changing any settings. It still looks great when viewing on a computer.. But when I open my home page on a mobile, the images in the grid are really small, and there is a huge gap inbetween the image and the title of the blog post.

    Everything is set to auto for mobile device. Could you please help me? 🙂

    PS. Is there a way I can make the blog posts open on the same page when clicked?

    Thanks so much,

    Kate Newman

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post.

    Can you please clear the browser cache. here is how i see from my mobile

    View post on imgur.com

    It seems working fine here. let me know the the result.

    Regards

    Thread Starter katelnewman

    (@katelnewman)

    Hi,

    Thanks for your reply.

    It seems I have fixed the problem. Although is there any way I can make the grid a little wider on mobile without affecting the computer view? It’s set at 95%?

    And also, is there a way I can make the posts open in the same tab?

    Thanks so much!

    Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your reply.

    you can add your own CSS to override

    
    	@media only screen and ( min-width: 320px ) and ( max-width: 767px ) {
    	.post-grid .item{width:95% !important;}
    	}
    

    # please go to layout editor, under “Title with Link” item you will see the option “Link target:” set _parent to open link on same tab.

    View post on imgur.com

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem with Post Grid on Mobile Device’ is closed to new replies.