Hi there My website is www.ogug.co.uk. I would like the four front page images to be the same size. I do not want any coding to effect the size of the images on other pages though - please can someone advise.
Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .content img { height: 130px; } This will solve your problem. Thanks.