Article starts below the fold on small desktops. :(

Posted in: Newspaper
Post count: 7

Loving the theme!

But on my 13″ Macbook Pro, the articles start below the fold. I’m using template #8 for posts. I Would like to be able to see at least the social media icons and a few lines of text without having to scroll. The featured image is full width and height, so I’d have to have a way to move the title/author/date/etc. up. My associate is a newer Macbook Pro with a retina display and he says the articles start above the fold on his screen.

Here’s a couple screen shots…

http://cannabiznewz.com/article-starts-below-the-fold/

  • This topic was modified 9 years by rdsem.
  • This topic was modified 9 years by rdsem.
Post count: 23312

Hello rdsem,

You should use a bit of CSS code to decrease the image height. Try the code below and place it in Theme panel, custom CSS area.

@media(max-width:1024px){
.td-stretch-height {
height: 89%;
}
}

The result is here -> http://screencast.com/t/W3uY4Gv3WFb

Thanks.

Post count: 7

Thanks! Problem resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.