Hi,
I'm in the process of setting up a new blog at http://www.watchpossible.com which is very much "work in progress". I liked the Featured Article functionality of the Structure theme as I thought it might work well for my content, but have been looking to customise the theme via CSS given I find the original layout a little "chunky". That being said, I am a CSS newbie :)
I'm getting the overall structure towards the slimmed down look that I want (moving to 800 pixels wide versus original 960 pixels), but have run into a few snags with respect to scaling of images that I want to both resolve and understand before I progress further.
The main issue is the Feature Article image stretches to 620x380 regardless of actual image size and CSS which I have set to 500x306. I think the relevant CSS code is as follows
#homepagetop .featuredimage {
float: left;
display: block;
background: #f5f5f5;
width: 500px; /*** was 620px ***/
height: 306px; /*** was 380px ***/
margin: 0px 20px 0px 0px; /*** was 30px ***/
padding: 0px;
overflow: hidden;
}
I can work around this by padding my feature images out to 620x380, but would prefer to fix the issue properly.
I also have a similar problem where the header image is required to be 960x120. I can of course work around that too, but I suspect insight into the above well help me solve that too.
Thanks in advance for any help.
The blog I need help with is watchpossible.com.