WordPress.org

Forums

menu in sidebar (11 posts)

  1. missy_tommen
    Member
    Posted 7 years ago #

    Hello,

    How can i reduce the "space" between my menu items and submenu items on this page: http://www.sportsklubben.no/main (norwegian only).

    Its very ugly like this..

    Thanks

  2. ladydelaluna
    Member
    Posted 7 years ago #

    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;

  3. missy_tommen
    Member
    Posted 7 years ago #

    No, that did'nt change much :(

  4. missy_tommen
    Member
    Posted 7 years ago #

    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"

  5. ladydelaluna
    Member
    Posted 7 years ago #

    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...

  6. missy_tommen
    Member
    Posted 7 years ago #

    Aaaaah, i see :) thanks :)

  7. missy_tommen
    Member
    Posted 7 years ago #

    Im still trying to get this right, but it wont :(

  8. missy_tommen
    Member
    Posted 7 years ago #

    any one help me?

  9. ladydelaluna
    Member
    Posted 7 years ago #

    .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;

  10. missy_tommen
    Member
    Posted 7 years ago #

    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?

  11. missy_tommen
    Member
    Posted 7 years ago #

    nevermind.. sorry

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags