I am trying to achieve a blog layout like this http://millo.co/ so that all the images are the same size and uniform in grid layout firstly. Also so that there is a description on the image that is highlighted when hovered over. Is there any documentation on this?
Hey fusedmanagement!
You can use our grid style to display them in columns like that. As for getting the titles to display on top of the images try this out.
h3.slide-entry-title.entry-title {
position: absolute;
top: 0px;
padding: 10px;
color: red !important;
}
Cheers!
Elliott