Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • TomC Moderator
    #130304

    This is a generic question for any template using the Dropline Menu option . . . .

    Is there a way to have the “drop” menu with the sub-menu items display only when there are sub-items to display
    – and not when there are none?

    :confused:

    Sherlock Friend
    #257807

    Hi tcraw1010 !
    i think there is easy way for modify . we will use css :
    You find css tag for ja-submenu and remove height property of it.
    example : with drop line menu of JA edenite you can modify by way :
    Open template.css file in templates/ja_edenite/css folder , find following code section at about line 762 :


    #ja-subnav {
    border-bottom:1px solid #E7E8E6;
    display:block;
    font-size:92%;
    height:28px;
    }

    change to :


    #ja-subnav {
    border-bottom:1px solid #E7E8E6;
    display:block;
    font-size:92%;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 3 months ago.

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