Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • teletrance Friend
    #187555

    Hi,

    In my dropmenu from main navigation I have 19 items (buttons). They don’t display all, only that they can fit in the screen high.
    Is there a solution for this?
    thx


    1. Capture
    Wall Crasher Developer
    #493064

    Hi teletrance,

    I am sorry but it seems to be hard to help you in this case. Here my suggestion:

    1. Please re-structure your menu and use Sidebar if possible.

    2. Set both header and sidebar to absolute position

    on line 950 of /templates/ja_wall/themes/xmas/css/theme.css
    #header {
    background: url(../images/header-bg.png) repeat-x left bottom;
    border-bottom: 0;
    color: #CCC
    position: absolute; /* absolute here */
    top: 0;
    z-index: 999;
    height: 160px;
    }

    on line 178 of /templates/ja_wall/css/layout.css
    #sidebar {
    margin-left: -120px;
    position: absolute; /* absolute here */
    top: 70px;
    width: 120px;
    }

    Hope it helps,

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 11 years, 1 month ago.

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