- Posts: 32
- Thank you received: 0
Template problem
-
hzarrabi
Inactive member - Topic Author
- Member
Less
More
11 years 2 months ago #34059
by hzarrabi
Replied by hzarrabi on topic Template problem
Hi Ivan,
Thank you very much for the solution. However my first question as bellow is still unresolved :
"When developing Items menu and child items their box are not rounded angle as in original template"
Could you please resolve this one as well.
I fixed a appointment with my client on Wednesday.
Best Regards,
Hamid
www.lalitote.ca/kindergarten
admin/admin
Thank you very much for the solution. However my first question as bellow is still unresolved :
"When developing Items menu and child items their box are not rounded angle as in original template"
Could you please resolve this one as well.
I fixed a appointment with my client on Wednesday.
Best Regards,
Hamid
www.lalitote.ca/kindergarten
admin/admin
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #34065
by ivan.milic
Replied by ivan.milic on topic Template problem
IN template options in menu config tab, when you expand particular menu settings you have parameter to set roundness
Please Log in to join the conversation.
-
hzarrabi
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
11 years 2 months ago #34070
by hzarrabi
Replied by hzarrabi on topic Template problem
I cannot find with you said. Could you please be more explicit.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #34080
by ivan.milic
Replied by ivan.milic on topic Template problem
add this to layout.css:
UL.menu UL{
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
UL.menu UL{
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
The following user(s) said Thank You: hzarrabi
Please Log in to join the conversation.
Time to create page: 0.089 seconds