A Worpress blog/site I am dealing with is displaying strangely when pulled up using Firefox. The spacing between the top banner and the text is the biggest problem. Does anyone know hot to go about fixing this sort of thing? Appreciate any help. The website is S*+ U*+ N*+ K*+ P*+ R dot COM (remove special characters: *+)
You can change the CSS in the wordpress theme to make it look the way you want. In your example, there are css styles applied to #content. One of the entries you'll see is "padding: 40px 0 40px 30px". If you change it to "padding: 10px 0 40px 30px" it will remove a lot of the empty space.
Thank you. That was helpful. I had already figured out a similar solution before I read this, but I later tried this on a different WP blog and it worked just as well. + Rep Added!