- Posts: 2
- Thank you received: 0
The menu line item is offset aside
-
prolog-off
Inactive member - Topic Author
- New Member
Less
More
10 years 3 days ago #43778
by prolog-off
The menu line item is offset aside was created by prolog-off
Hi. I set a template. I created the menu.
I connected the module to "topmenu" line item.
But the line item of the menu moved down.
Help me to correct it.
Your video instruction too didn't help me.
My site: obzor3d.ru
I connected the module to "topmenu" line item.
But the line item of the menu moved down.
Help me to correct it.
Your video instruction too didn't help me.
My site: obzor3d.ru
Please Log in to join the conversation.
-
prolog-off
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
10 years 3 days ago #43780
by prolog-off
Replied by prolog-off on topic The menu line item is offset aside
I corrected a problem. But I think that isn't absolutely correct.
In the "template_css.css" file I added a line:
.mnu_topmenu2 > li {
border-top: none;
top: -16px;
}
In Opera and Explorer browsers the line costs correctly.
- In FireFox it is a little offset. It can be corrected?
In the "template_css.css" file I added a line:
.mnu_topmenu2 > li {
border-top: none;
top: -16px;
}
In Opera and Explorer browsers the line costs correctly.
- In FireFox it is a little offset. It can be corrected?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 days ago #43783
by ivan.milic
Replied by ivan.milic on topic The menu line item is offset aside
You can use:
-moz-transform: translateY(-2px);
to adjust position only for firefox. -2x is example counter offset you should adjust
-moz-transform: translateY(-2px);
to adjust position only for firefox. -2x is example counter offset you should adjust
Please Log in to join the conversation.
Time to create page: 0.157 seconds