- Posts: 14116
- Thank you received: 1639
Issue with the menu
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 2 months ago - 10 years 2 months ago #42374
by ivan.milic
Replied by ivan.milic on topic Issue with the menu
Add this to bottom of template_css.css:
DIV.item > DIV.half_container:nth-child(3n + {
clear:both;
}
if cut on wrong elements try + 7 instead of + 8
DIV.item > DIV.half_container:nth-child(3n + {
clear:both;
}
if cut on wrong elements try + 7 instead of + 8
Last edit: 10 years 2 months ago by ivan.milic.
Please Log in to join the conversation.
-
bob.ach
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
10 years 1 month ago #42419
by bob.ach
Replied by bob.ach on topic Issue with the menu
Hi,
The solution you sent in the email did not solve the issue.
I added this to bottom of template_css.css:
DIV.item > DIV.half_container:nth-child(3n + {
clear:both;
}
The solution you sent in the email did not solve the issue.
I added this to bottom of template_css.css:
DIV.item > DIV.half_container:nth-child(3n + {
clear:both;
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #42427
by ivan.milic
Replied by ivan.milic on topic Issue with the menu
This will be ok:
DIV.item > DIV.half_container:nth-child(2n + 4) {
clear: both;
}
DIV.item > DIV.half_container:nth-child(2n + 4) {
clear: both;
}
The following user(s) said Thank You: bob.ach
Please Log in to join the conversation.
-
bob.ach
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
10 years 1 month ago #42431
by bob.ach
Replied by bob.ach on topic Issue with the menu
is there a way I can minimize the space between one Title and another in the menu? for example between the Appetizers and the main course
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #42435
by ivan.milic
Replied by ivan.milic on topic Issue with the menu
Where I can see that?
Please Log in to join the conversation.
Time to create page: 0.166 seconds