- Posts: 18
- Thank you received: 0
top menu texte on two lignes
-
jean972
Inactive member - Topic Author
- New Member
Less
More
10 years 11 months ago #35908
by jean972
top menu texte on two lignes was created by jean972
Hello i need a little help please
can the texte on the top menu be written in two lines
Like :
Meet People
who are there
something like that in the same button
hope u understand
can the texte on the top menu be written in two lines
Like :
Meet People
who are there
something like that in the same button
hope u understand
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #35915
by ivan.milic
Replied by ivan.milic on topic top menu texte on two lignes
I can not understand this
can the texte on the top menu be written in two lines
Please Log in to join the conversation.
-
jean972
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
10 years 11 months ago #35981
by jean972
Replied by jean972 on topic top menu texte on two lignes
Hello i mean like in this exemple
you see the word
' Accueil'
is on top of the rest
'de loisir'
but in the same menu
you see the word
' Accueil'
is on top of the rest
'de loisir'
but in the same menu
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #35991
by ivan.milic
Replied by ivan.milic on topic top menu texte on two lignes
It should be like that by default, send me link so I could check what is with your site
Please Log in to join the conversation.
-
jean972
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
10 years 11 months ago #36000
by jean972
Replied by jean972 on topic top menu texte on two lignes
its not like that in default
as u can see in the picture it keeps on going it even gets of the header
i can't send u the link as yet since i built my website on a temporary server
can u tell me how to get the long text not in a line but one on top of each other please
as u can see in the picture it keeps on going it even gets of the header
i can't send u the link as yet since i built my website on a temporary server
can u tell me how to get the long text not in a line but one on top of each other please
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #36009
by ivan.milic
Replied by ivan.milic on topic top menu texte on two lignes
Ok, you mean for first level menu items. You can limit their size putting this css to bottom of template_css.css:
UL#nav > LI{
max-width: 170px;
padding-top: 0;
}
than you will maybe need to make top-menu container a bit higher, in layout.css you have this:
#topmenu {
height: 34px;
background-repeat: repeat-x;
}
you will maybe need:
height: 40px;
UL#nav > LI{
max-width: 170px;
padding-top: 0;
}
than you will maybe need to make top-menu container a bit higher, in layout.css you have this:
#topmenu {
height: 34px;
background-repeat: repeat-x;
}
you will maybe need:
height: 40px;
Please Log in to join the conversation.
Time to create page: 0.210 seconds