- Posts: 3
- Thank you received: 0
Menu Mis-alignment
-
ericwlc
Inactive member -
Topic Author
- New Member
-
Less
More
10 years 9 months ago #39829
by ericwlc
Menu Mis-alignment was created by ericwlc
Hello, we are using the hot-academy template and have problems in main menu as follows:
1. this is a misalignment between the 1st and 2nd level when the pull down menu drops (pls refer to attached image)
2. the main level active font color does not change to link Hover color when the mouse over.
(pls refer to attached image)
We have attached images for our menu setting for your review.
Thanks
Eric
1. this is a misalignment between the 1st and 2nd level when the pull down menu drops (pls refer to attached image)
2. the main level active font color does not change to link Hover color when the mouse over.
(pls refer to attached image)
We have attached images for our menu setting for your review.
Thanks
Eric
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #39840
by ivan.milic
Replied by ivan.milic on topic Menu Mis-alignment
Please send us your link so we could check
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #39851
by ivan.milic
Replied by ivan.milic on topic Menu Mis-alignment
1. Open template_css.php
.mnu_<?php echo $menu_name;?> ul {
width:<?php echo $menu; ?>px;
left:-1px;
border:<?php echo $menu; ?>px solid <?php echo $menu; ?>;
padding:<?php echo $menu; ?>px;
}
change left:-1px; to left:-0px;
2. I don't see this issue, on hover background is white and font color is blue as in settings
.mnu_<?php echo $menu_name;?> ul {
width:<?php echo $menu; ?>px;
left:-1px;
border:<?php echo $menu; ?>px solid <?php echo $menu; ?>;
padding:<?php echo $menu; ?>px;
}
change left:-1px; to left:-0px;
2. I don't see this issue, on hover background is white and font color is blue as in settings
Please Log in to join the conversation.
-
ericwlc
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
10 years 9 months ago #39859
by ericwlc
Replied by ericwlc on topic Menu Mis-alignment
Thank you.
It resolved the issue #1.
We also modified some css and issue 2 is also resolved.
Thanks
It resolved the issue #1.
We also modified some css and issue 2 is also resolved.
Thanks

Please Log in to join the conversation.
Time to create page: 0.144 seconds