Hello, I really like your theme, great work. I think there is a display issue. When I zoom in and out with Safari, Firefox and Chrome, there is 1 position where two of the small teaser boxes on the landing page are dropped down to the next line. Chrome shows it at 67%. The zoom levels above & below show the correct display. See attached screen shot.

CommentFileSizeAuthor
Screen Shot 2014-03-30 at 10.09.27 AM.png545.02 KBiburge
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

israelshmueli’s picture

I hope this is the solution but am not sure, please test and tell me if it solved for you:
On line 246 of fontfolio.css change height from 506px to 505.2px.

.big-post-box,
.big_post_box {
  float: left; /* LTR */
  height: 505.2px; /* originally was 506px */
  overflow: hidden;
  width: 50%;
}