• Hi,
    I wanted the links under ‘links’ and categories under ‘categories’ not to be indented from the left side and managed to fix this in the ‘#menu’ section of my css. But the search box is still indented. Where can I change the padding for this?

Viewing 8 replies - 1 through 8 (of 8 total)
  • If it’s in a list element, take those tags out.

    Thread Starter salami

    (@salami)

    The problem is, I don’t know where it is. I’ve been searching the whole afternoon. It’s still mostly the ‘wp-layout.css’ that comes with the WP 1.2.1 installation.

    A link will speed it up 🙂
    The search box and all it’s code is in index.php

    in your wp-layout.css do you have this
    #menu form {
    margin: 0 0 0 13px;
    }

    if so change it to
    #menu form {
    margin: 0 0 0 0;
    }

    or this (same thing)

    #menu form {
    margin: 0;
    }

    Thread Starter salami

    (@salami)

    It is still a test-blog and I don’t really want to publish the adress here, having thousands of clicks on the link 😉 Could I post you the adress?

    Thread Starter salami

    (@salami)

    Yeah, alphaoide, that was it!!
    Thanks a lot!

    Don’t you worry – nobody gets thousands of clicks from here 🙂

    Thread Starter salami

    (@salami)

    🙂 Ok, I’ll post it when it has moved to the adress where it will be published finally. As it is in german, the contents might not be understood anyway, would they? (And this might explain my strange english)
    But thanks again for all your help, this forum is really very useful.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘left margin for search-box’ is closed to new replies.