I've created a theme and have a number of 'tiles' representing course categories on the front page. These images are within the 'Summary of Site' section of the Front page, specifically within the 'sitetopic' CSS class. I want these images to have a 5px spacing and thought this would be a simple task through one of the style sheets in my custom theme, however I can't get anything to work. I've tried the following but no joy, the spacing remains the same.
.sitetopic img {
margin-right: 5px;
margin-left: 5px;
}
I can't use a label on the front page or a number of reasons, so whatever solution I come up with has to sit within the sitetopic CSS class.
Any help would be appreciated!