• I added a new menu item and need to reduce the spacing so all menu items are on one line. Looked for Nav-Main in the Style.css to reduce padding but cannot find this line. Am I on the right track to accomplish this ? You may see the issue at Round Sky Music .

    Thank you !

    Paul Avgerinos

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,
    If you remove completely the right margin on each menu item, it should be ok. In your ddsmoothmenu.css stylesheet, you juste have to change this rule :

    ?#menu .ddsmoothmenu li {
    position: relative;
    display: inline;
    float: left;
    margin-right:0;
    }

    Thread Starter PAvgerinos

    (@pavgerinos)

    Thank you, but I cannot find this in my style.css . Is it there or somewhere else ? Should I paste my style.css or something else here ? Sorry, I know very little.

    Thank you !

    Paul

    The rule I’m talking about is not in style.css.

    In your theme, I see that there’s a /css directory.
    You should find a ddsmoothmenu.css file in it.
    Am i right ?
    In this file, you will find the code I was referring to in my previous message. ??

    Thread Starter PAvgerinos

    (@pavgerinos)

    Sorry to be a dolt but I cannot find the/css directory .
    I looked through all the editor options on the right side of the page. Somewhere else or ?

    Thanks so much !

    Paul

    Ok, if you don’t have access to this file in your editor, you can just paste this rule in style.css :

    ?#menu ul.ddsmoothmenu li {
    margin-right:0;
    }

    And it should be fine !

    Thread Starter PAvgerinos

    (@pavgerinos)

    It worked ! Thank you very much ! ! !

    All my Best,

    Paul

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘New Menu Item Spacing’ is closed to new replies.