Support » Themes and Templates » How to remove this spacing

Viewing 9 replies - 1 through 9 (of 9 total)
  • What happens when you assign margin:0 to the divs?

    Thread Starter thunderdust

    (@thunderdust)

    The margin is already 0 on all divs. It is really strange since this is also present at the standard template of wordpress.

    Here is an idea of my css and index file

    http://www.brittanys-bod.net/css.txt
    http://www.brittanys-bod.net/index.txt

    Thnx for the help already

    Thread Starter thunderdust

    (@thunderdust)

    I start editing my blog further, but here you can see the problem in a picture 🙂

    http://www.brittanys-bod.net/page.jpg

    a picture doesnt help to fix it, and since youve changed what the original link now points to — how bout we do this

    NOT SAFE FOR WORK

    In the future, a warning would be nice.

    Thread Starter thunderdust

    (@thunderdust)

    Why ? I have posted the css file + the index file and an image to illustrate what the problem is ?

    Because those of us that try to fix these sorts of things, dont typically remake sites — we use firebug, or the web developer extension for firefox and change YOUR live code on the fly.

    Its easier for us. And since we spend a good deal of time answering these sorts of questions – easier is appreciated 🙂

    Thread Starter thunderdust

    (@thunderdust)

    well, my appologies, I always thought you guys read the code and found the problem (that is how I do it)

    I install firebug (nice btw) And i’m still stuck at the same problem. If you now look at the page.

    http://www.brittanys-bot.net

    you’ll see in firebug that there is a space between the title and post (which are located in content). I have no idea why that is since there are nog margins or whatsoever present.

    Thread Starter thunderdust

    (@thunderdust)

    Dear god, this firebug is a gift from heaven 🙂 i figured it out 🙂 So many thank you’s 😛

    To give the answer, wordpress posts the text in the post area between <p></p> which means this give padding to the bottom and top.

    Making a <class> with classname p { and giving it 0 padding will solve this

    youre welcome.. web dev is also great

    http://chrispederick.com/work/web-developer/

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to remove this spacing’ is closed to new replies.