I was wondering how easy it would be to make the excerpts appear on the sides and top of the images (but mostly just the left) on different images. Does this make sense? Instead of having the black box appear from the bottom for all images, I'd like it to appear on the left for some of them. I'm hoping this is built in or easy to fix, as I'd like this feature. However, if it is a huge project to add it I might not want to go to the trouble. Any help would be great! Thanks!
Excerpt on left or right sides and not just bottom?
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
that's easy. Open up style.css and search for:
.feature_excerpt{ width:610px; position: absolute; display: block; bottom: 0; left:0; z-index: 2; padding:14px 15px; font-size: 11.5px; line-height:1.5em; cursor: pointer; background: #000; color: #fff; }You can change the position by replacing i.e.
bottom: 0; left:0;with
top: 0; left:0;This will move the description to the top.
If you change the width attribute (decrease the value to i.e. 200px) and add an height attribute (i.e. 300px) you'll see that the description moves to the left side...
Posted 2 years ago # -
Awesome! Thanks so much. I'll play around with that.
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago #
Reply
You must log in to post.














