• First of all thank you for making the theme. For new version I noticed that the post thumbnail order has changed. Means that the latest posts will be on top row and old posts will be on bottom rows. I love this new layout compared to old layout where post thumbnail is sorted from left to right.

    However since the new update, the post thumbnails become inconsistent. If I refresh the front page for several time, it gives different results:

      Post thumbnails overlapping each other
      Sometimes the footer (URL for Older Post, Search Bar, “Proudly powered by WordPres” etc) are being overlapped by the post thumbnails.

    Could you please help to fix this? It was fine in previous version. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I agree, but on a tablet, its probably perfect

    Thread Starter helentea

    (@helentea)

    I forgot how it looked like on tablet as I already revert back to version 1.2 after facing the problem.

    Hi helentea,

    I was facing the same issue. I fixed it for my site by clicking on Appearance>>Editor>>Stylesheet and changing

    /* Footer */
    footer[role=”contentinfo”] {
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 68.571428571rem;
    margin-top: 24px;
    margin-top: 1.714285714rem;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    padding: 1.714285714rem 0;
    }

    to

    /* Footer */
    footer[role=”contentinfo”] {
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 68.571428571rem;
    margin-top: 24px;
    margin-top: 13.714285714rem;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    padding: 1.714285714rem 0;
    }

    RE : reepjyoti

    you’re awesome !
    you have solve my problem , now pinpress is perfect !

    thankfully

    dude… u’ll face the same problem again once ur number of posts increase… so you need to manually change/increase the margin-top value by 12 or 13 rem every time u face the problem. There is another very stable theme “pinbin”. I am using that theme in a travel blog for a friend of mine (https://stopposego.com/test_index.php). You can check the extra features that this theme provide, like reordering the small boxes when u change the browser size.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Inconsistent Front Page Layout’ is closed to new replies.