
FEATURES
- all-in-one theme containing about, links (including page links), contact with ask, submit and optional faq and blogroll
- 300 - 500px wide posts
- show tags on click (optional)
- like and reblog links on index page
- pagination or infinite scroll (with optional manual load)
- font size and google fonts of your choice
- custom photoset lightbox
All additional panels are optional. Instructions and examples can be found in the code.
If you disable the navigation panel, your page links will be added to the sidebar navigation. You can also add up to four extra sidebar links. If you disable the contact panel, links to the ask and submit pages will be added to the sidebar navigation.
CODE
RESOURCES
- photoset grid by Pixel Union
- icon font by Metro UI CSS
- custom tooltips by JQuery Foundation
- audio player tutorial by Roxie
- infinite scroll by Paul Irish
Tags:
A question
Date: 22/04/2017 07:57 am (UTC)I absolutely love this theme and use it on my blog. There's one thing I'd like to change about it, though, so I wonder if you can help me out? I would like the theme to stretch gifs and images in response posts to the column width and I can't seem to find the solution with my inferior CSS skills. I hope I'm not being too obnoxious with this! I do love the theme a lot.
Thank you so much!
-Sera
Re: A question
Date: 22/04/2017 06:19 pm (UTC)Yes, sure. You want only in ask/answer posts? If so, add
.asker-question img, .answerer-answer img{
width:100%;
height:auto;
}
Let me know if it has the effect you want.
Re: A question
Date: 22/04/2017 07:11 pm (UTC)Oh, fabulous! It worked, thank you ever so much. :) I'll be keeping this theme for a very long time. Huge thanks for responding to me and sharing the theme!
Re: A question
Date: 23/04/2017 09:18 am (UTC)