-
AuthorPosts
-
teletrance Friend
teletrance
- Join date:
- July 2008
- Posts:
- 110
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 11
- Thanked:
- 8 times in 1 posts
May 16, 2013 at 3:38 pm #187555Hi,
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
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
May 17, 2013 at 3:21 am #493064Hi 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
AuthorPostsViewing 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, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Drop menu incomplet display on screens that don’t don’t fit al buttons
Viewing 2 posts - 1 through 2 (of 2 total)