Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ftwent Friend
    #163167

    Hello,

    Can somebody tell me how to change my font size in my menu’s…i need it to be maller because i have a list from a-z and it does not fit on my page.

    i have added the link to show the problem:

    http://www.mando-control.es

    above there you have the menu tv mando.

    remco

    chavan Friend
    #387834

    Go to this File http://www.mando-control.es/templates/ja_zeolite_ii/css/menu/css.css


    #ja-cssmenu li ul a {
    background: none !important;
    border-right: medium none;
    color: #333333 !important;
    font-size: 100%;
    font-weight: normal;
    height: auto;
    line-height: normal !important;
    margin: 0;
    padding: 7px 10px;
    text-transform: none;
    white-space: nowrap;
    }

    Replace the 100% in the above code near “font-size: 100%;”

    with some font-size: 11px;

    For Ex:


    #ja-cssmenu li ul a {
    background: none !important;
    border-right: medium none;
    color: #333333 !important;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    line-height: normal !important;
    margin: 0;
    padding: 7px 10px;
    text-transform: none;
    white-space: nowrap;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  chavan 13 years, 7 months ago.

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