Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • munders Friend
    #135780

    Does anyone know how to reduce the height of the items in the left main menu on Edenite?

    I want to reduce it by 6 pixels.

    Please see graphic attached.

    Thanks guys… and girls


    1. menu-height
    scotty Friend
    #280677

    In template.css (line 837) find….

    ul.menu li a {
    background:transparent url(../images/arrow.png) no-repeat scroll 97% center;
    border-bottom:1px solid #E7E8E6;
    color:#626A69;
    display:block;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    padding:6px 4px;
    }

    change padding to padding: 3px 4px;

    munders Friend
    #280718

    Didn’t fix the problem

    :((

    scotty Friend
    #280720

    munders that is the styling for the menu. It had to fix it or else you made a mistake.

    Did you refresh your browsers cache after changing the file? Hold SHIFT and click the refresh button. Sometimes browsers, particularly IE, don’t reload the css on a regular ‘refresh’ as it’s already saved it to your temporary internet files.

    munders Friend
    #280733

    I did refresh the browser and cleared the cache Scotty.

    Please note that i only changed the padding as advised.

    Was i supposed to copy and paste the whole 9 lines or so. My template css file does not have the moz thing in it, only the following:

    ul.menu li a {
    display: block;
    outline: none;
    padding: 3px 4px;
    color: #626A69;
    border-bottom: 1px solid #E7E8E6;
    background: url(../images/arrow.png) no-repeat 97% center;

    Thanks

    scotty Friend
    #280735

    No you weren’t supposed to copy all of it. The padding there is what should be changed. Don;t know why it’s not working.

    Do you have a live URL?

    cjmicro Friend
    #280738

    Not sure if this is the case with your menu height but some of that was controlled by the moomenu.css on another template. Maybe you can find some height/padding values of the list styles in there.

    Cheryl

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

This topic contains 7 replies, has 3 voices, and was last updated by  cjmicro 15 years, 12 months ago.

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