- Posts: 17
- Thank you received: 0
Top Menu is displayed vertically
-
Redo-It
Inactive member -
Topic Author
- New Member
-
Less
More
10 years 6 months ago #41960
by Redo-It
Replied by Redo-It on topic Top Menu is displayed vertically
Hello Ivan,
I tried to change the setting from 105px to 130px, but that didn't work.
Anything else that could be wrong?
Even another question : can I get rid of the '>' signs, in front of the language flags?
I tried to change the setting from 105px to 130px, but that didn't work.
Anything else that could be wrong?
Even another question : can I get rid of the '>' signs, in front of the language flags?
Please Log in to join the conversation.
-
Redo-It
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
10 years 6 months ago #41961
by Redo-It
Replied by Redo-It on topic Top Menu is displayed vertically
Hello again,
Seems that my ftp-file-manager didn't upload the changed css file. Now it's ok. Thanks!
Can you please answer my question about the '>' sign in front of the language flags? Is it possible to get rid of them? I'm not sure its a setting in joomla (2.5.x) or in the hot-themes template.
Thanks for your reply !
Seems that my ftp-file-manager didn't upload the changed css file. Now it's ok. Thanks!
Can you please answer my question about the '>' sign in front of the language flags? Is it possible to get rid of them? I'm not sure its a setting in joomla (2.5.x) or in the hot-themes template.
Thanks for your reply !
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #41970
by ivan.milic
Replied by ivan.milic on topic Top Menu is displayed vertically
Try like this instead:
#nav, #nav ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
position: absolute;
z-index: 10000;
width: 850px;
margin-left: 105px;
}
#nav{
margin-left: 130px;
}
for falgs in template_css.css
.moduletable li {
margin: 0;
padding: 4px 0 4px 15px;
background: url(../images/arrow.png) left no-repeat;
list-style: none;
}
remove background property line
#nav, #nav ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
position: absolute;
z-index: 10000;
width: 850px;
margin-left: 105px;
}
#nav{
margin-left: 130px;
}
for falgs in template_css.css
.moduletable li {
margin: 0;
padding: 4px 0 4px 15px;
background: url(../images/arrow.png) left no-repeat;
list-style: none;
}
remove background property line
The following user(s) said Thank You: Redo-It
Please Log in to join the conversation.
Time to create page: 0.071 seconds