bump.. hmm anyone with a solution at all?
how about a link to a working example of this “problem”. Its a CSS issue, aka design issue, and its simpler and easier for those that help you if they can see what theyre to ‘fix’.
Well the reason i didn’t post a link is becasue i’m not entirely sure it’s just the CSS. Which i why i just put the name of the theme so that someone could try it out for themselves.
But here you go anyway: http://www.bladestalk.com/
thanks
p.s. here is a link to the theme for download
http://www.theukmap.com/detail_wordpress_theme_3339.php
Tell the theme author that he’s an idiot:
.narrowcolumn p {
padding:0 10px 0 10px;
}
The 4 values in css properties are in order: top, right, bottom, left, so your narrowcolumn paragraphs have zero top and bottom padding.
Great. thanks people, problem kind of solved or at least something i can work on.
I have one more thing though if you could help me even further.
On my website i added a widget in the template in the column headed “Latest News” this is basically a feed from BBC’s website.
The problem is with the syndication image. In firefox the image kind of sits below the title a little and overlaps. In IE the syndication image appears in the actual text.
Is there a way to put the image just before the latest new header or just after?
thanks again.