OK, so I've gone and created a NewsShowPro module that pretty much looks like the "Mainbody" module, although I'm still toying with CSS a bit as the text doesn't float to the right positions. I have placed this NewsShowPro module in the "inset1" position instead of the "Mainbody" module and have kept the default settings for the dimensions in the template manager.
What I'm getting is this:
http://changingplanet.co.uk/test/
Clearly the NewsShowPro modules ("Swing Swing" and "Latest Work") are not horizontally aligned with the modules above. I can find two reasons for this, but can't figure out how to solve it:
1) There's padding to .main .inner in layout.css which pushes the "latest work" module to the left with 20px:
- Code: Select all
.main .inner {
padding: 20px;
}
However, if I change this a lot else in the template changes and the module doesn't have an unique ID with which I can override CSS with !important
2) The width of both "inset1" and "inset2" modules is driven by the template manager and can only be specified in percentages, which quite simply isn't detailed enough. Again, I can't find any unique div's for either of the modules that I can use to override CSS.
Any thoughts? As it stands the bottom bit of the website is really disorganised which is a shame as it's coming together so nicely..