PDA

View Full Version : style sheet problem


Chenks
03-06-2007, 21:04
i have a wordpress site, and i am having some problems with text layout using one particular theme.

this is how it should look (in particular the spacing between the text and images, and paragraphs) - Untitled-2.jpg

but with the theme & style i am using, the space between the text and image is nothing and also with paragraphs - Untitled-1.jpg

can anyone take a look at the style sheet being used and advise which part is causing the problem?

bob_struth
04-06-2007, 15:30
Do you have a link to the website or page so I can look at the live page? To be honest, looks ok to me..

Clarksy
04-06-2007, 16:05
With no html to test it with i'll take a stab at Line 16 of your CSS being the problem:
P {margin: 0 0 0px 0; line-height: 1.5em;}

You've collapsed all your margins on the P tags. Try changing it to this:
P {margin: 0 0 1em 0; line-height: 1.5em;}

Chenks
04-06-2007, 16:15
thanks.. that has sorted it !

the live page is www.pantasmagoria.co.uk