-
AuthorPosts
-
Bernardo de Kreij Friend
Bernardo de Kreij
- Join date:
- September 2014
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
February 20, 2009 at 7:46 am #138386On the rebound.
I have the following issue when i use two words for menu items on the top menu then the 2nd word automatically gets a <br> .
This isn’t a problem but the alignment of the 2nd line is below the icon image and it makes the whole menu shift up.see attachment for illustration of the problem.
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
February 20, 2009 at 8:53 am #292644Your font-size is too big for the space that you’ve got in the mainmenu.
You need to amend the following code in order for your title to show up.
CSS File To Amend: ja.splitmenu.css
#ja-splitmenu a {
color:#777777;
display:block;
font-size:12px;
font-weight:bold;
padding:0;
text-decoration:none;
}Change the font-size from 12px to 11px. That works as I’ve tried it using Firebug.
i’ve successfully chnaged ‘on the fly’ your current wii mod title to Wii Ombouw and it fits quite nicely, however when I change the Xbox title from Ombouw to Xbox Ombouw – you still have the same problem hence you might need to go to a smaller font size (which is no point as it looks too small for a title) or remove the icons and look at a more icon-less menu.
Bernardo de Kreij FriendBernardo de Kreij
- Join date:
- September 2014
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
February 21, 2009 at 6:29 am #292709Thanks you pointed me in the right direction but indeed to show both titles in full i would have to make the font too small.
I also found that adapting the width of the seperate menu items makes it display correctly.
The CSS for the elements is:
element.style {
width:135px;
}html:
<li class=”menu-item1″ style=”width: 135px;”>
I can adapt the widths in firebug and its shows alle titles nicely because i take some space from menu items like home that don’t need it.
The question is… How from css can i set the different with for the menu items menu-item1, menu-item2 etc..
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by Bernardo de Kreij 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
MainMenu 2
Viewing 3 posts - 1 through 3 (of 3 total)