Hello,
Great theme here. I've recommended it to a few friends already :)
I have multiple questions, but I'm going to post them in separate posts so your users can search them more easily (hopefully saving you time in answering duplicate posts!)
My first question is how do I change the size of the featured images when the theme is set to display 'All Entries with Small Pictures'. I previously adjusted the width of the main to be bigger, and the sidebar to be smaller, so now I'd like to make the featured images a bit bigger to take up the blank space created by this modification. I thought I found the code to edit in style.css here:
#top .slideshow{
height:235px; /*this changes the height of the main image slider*/
width:500px;
overflow: hidden;
position: relative;
list-style-type: none;
padding:0;
margin:0 0 20px 0;
border:none;
}
But editing the width doesn't seem to do anything. Is it being overridden by a different style sheet?
Thanks!














