I really like this theme, great work! I pretty much have everything down or at leastknow where to change things. I am stuck on the grid containers though. I’ve searched and cant really find exactly what I am looking for.
My site is here: http://www.chuckjanda.com/wordpress/
The questions…
1. How can I decrease the size of the container below the thumbnail that has the text/title?
2. How can I change that text/title font size? (I swear I tried everything!!)
3. How can I center the text/title in the container?
Thank you,
Chuck
So, I have been tinkering. Would still like to make it smaller, but I can live with it!!
In case anyone else is looking, added this to the Custom CSS:
.entry-container {
padding:0%;
margin:0px;
margin-top:20px;
text-align: center;
}
.twocol .entry-container {
padding:0%;
}