Just re-skinned an investment news site: http://www.financemarkets.co.uk/ but an odd consequence is that <p></p> blocks no longer have a clear line break after them. Previously, there would be a clear line of white space between <p></p> blocks. Also - in case anyone doesn't mind a weird problem - my main nav links in the middle no longer work in Firefox!! CSS is here: http://www.financemarkets.co.uk/wp-content/themes/classic/style.css Any pointers would be very much appreciated!
for the first one add in your css p { padding: 0.5em; } PHP: and it should display fine, you can play with the em values to make it look the way you like. For the second I will take a look at it in a min Disclaimer: I am not a professional coder: For start find this code in your sidebar <div id="menu"> <ul id="main_menu"> <br /> PHP: and remove the <br />
Many thanks for the reply - the first part works great. Got the links sorted as well - apparently a z-index issue. Green rep your way.