Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • maria11 Friend
    #130117

    How would i go about removing the final seperator on the main menu to avoid a small ‘blank’ button at the end of the menu? Have played around with the padding in the menu css but still either leaves a small piece of menu on the right or drops everything down to another line.
    Any help on this would be great

    Thanks in advance

    Sherlock Friend
    #256049

    Hi maria11 !
    Please send url of your site.

    maria11 Friend
    #256386
    Sherlock Friend
    #256519

    Hi maria11 !
    You can remove it following way below at about line 81 :


    #ja-cssmenu li a {
    background:transparent url(../images/mainnav-sep.gif) repeat-y scroll right bottom;
    color:#C8C8C8;
    display:block;
    font-size:135%;
    font-weight:bold;
    line-height:normal;
    padding:10px 29px;
    text-decoration:none;
    text-transform:uppercase;
    }

    change to :


    #ja-cssmenu li a {
    background:transparent url(../images/mainnav-sep.gif) repeat-y scroll right bottom;
    color:#C8C8C8;
    display:block;
    font-size:135%;
    font-weight:bold;
    line-height:normal;
    padding:10px 29.8px;
    text-decoration:none;
    text-transform:uppercase;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum