Viewing 10 replies - 1 through 10 (of 10 total)
  • that would be in your css file…

    .p2 {

    padding: 10px;

    background-color: #FFFFFF;

    font-size: 90%;

    list-style-image: url('images/b.gif');

    list-style-position: 10px

    }

    change this: padding: 10px;
    to this: padding: 2px 0 2px 10px;

    Thread Starter missy_tommen

    (@missy_tommen)

    No, that did’nt change much 🙁

    Thread Starter missy_tommen

    (@missy_tommen)

    If you could see the space between “klubbhuset” and “leige”. That is to big, i want that to be as little as the space between “banen” and “organisasjon”

    I know where you’re talking about, however your CSS file is where you’re going to need to make these changes…

    the change I had you make DID change the difference between the main (parent) categories – so now we have to figure out how to change the padding around the parent/child categories…

    Thread Starter missy_tommen

    (@missy_tommen)

    Aaaaah, i see 🙂 thanks 🙂

    Thread Starter missy_tommen

    (@missy_tommen)

    Im still trying to get this right, but it wont 🙁

    Thread Starter missy_tommen

    (@missy_tommen)

    any one help me?

    .newsbar ul {
    list-style-type: none;
    padding: 0 0 1em 5px;
    margin: 20px;
    }

    i think this is it…
    change the padding line to:

    padding: 0px 0px 3px 5px;

    Thread Starter missy_tommen

    (@missy_tommen)

    I changed the margin line to:

    margin: 0px 0px 0px 20px;

    that helped 🙂 But, i cant se where the “newsbar” div is presented in the code?

    Thread Starter missy_tommen

    (@missy_tommen)

    nevermind.. sorry

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘menu in sidebar’ is closed to new replies.