Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #575671

    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?

    #576196

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.