- Posts: 185
- Thank you received: 0
Menu User3
-
dh12355@gmx.de
Inactive member - Topic Author
- Member
Less
More
12 years 7 months ago #18592
by dh12355@gmx.de
Menu User3 was created by dh12355@gmx.de
Hello i dont find how i can modify the difference between the menu points.
I want to have some less difference between the points.
Thanks for Help!
I want to have some less difference between the points.
Thanks for Help!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
12 years 7 months ago #18613
by milos
Replied by milos on topic Re: Menu User3
I don't understand what you are trying to achieve?
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member - Topic Author
- Member
Less
More
- Posts: 185
- Thank you received: 0
12 years 7 months ago #18617
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic Re: Menu User3
I want to reduce the distance between the menupoints ( see screen ).
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18628
by ivan.milic
Replied by ivan.milic on topic Re: Menu User3
template_css.css:
#nav > li {
margin-right: 10px !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-transition: background 0.8s ease-in-out;
-moz-transition: background 0.8s ease-in-out;
-o-transition: background 0.8s ease-in-out;
transition: background 0.8s ease-in-out;
}
remove:
margin-right: 10px !important;
#nav > li {
margin-right: 10px !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-transition: background 0.8s ease-in-out;
-moz-transition: background 0.8s ease-in-out;
-o-transition: background 0.8s ease-in-out;
transition: background 0.8s ease-in-out;
}
remove:
margin-right: 10px !important;
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member - Topic Author
- Member
Less
More
- Posts: 185
- Thank you received: 0
12 years 7 months ago #18631
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic Re: Menu User3
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18654
by ivan.milic
Replied by ivan.milic on topic Re: Menu User3
maybe you need refresh, also 10px is not too much.
Please Log in to join the conversation.
Time to create page: 0.093 seconds