Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

3rd level submenu no showing
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: 3rd level submenu no showing
#42027
Re:3rd level submenu no showing 10 Years, 10 Months ago Karma: 0
OK thanks we were able to figure out the menu positioning. I was wondering if you could point me to the right area where we could correct the spacing between menu items (not sure if its a block or margin thing), and also if you could help recommend a way to change the line height so when the menu text wraps it isn't so crammed together.

Here is what we are working on: 184.154.224.11/~occhildr/index.php/community-impact

Here is what we would like it to look like: www.occhildrenandfamilies.com/CommunityImpact.aspx

Thanks in advance.
The administrator has disabled public write access.
 
#42029
Re:3rd level submenu no showing 10 Years, 10 Months ago Karma: 748
This problem with custom CSS rules which are used for the menu. Add the following CSS rule to fix the problem:

UL.ux-menu-sub A
{
margin: 0;
}


Regards,
ARI Soft
The administrator has disabled public write access.
 
#42032
Re:3rd level submenu no showing 10 Years, 10 Months ago Karma: 0
Thank you very much one last question: There is some type of space between the top level menu items and I'd like to decrease it so they stack up on each other instead of having space between them. Can you help with this? You can see it here: 184.154.224.11/~occhildr/index.php/about-us
The administrator has disabled public write access.
 
#42033
Re:3rd level submenu no showing 10 Years, 10 Months ago Karma: 748
Provide an image where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#42035
Re:3rd level submenu no showing 10 Years, 10 Months ago Karma: 0
Hi and thanks again. You can see a sample here: 184.154.224.11/~occhildr/index.php/about-us

We are trying to remove the space between the level 1 menu items. Currently there is no space between the level 2 menu items and this is what we would like. If you mouse over the menu you will see the empty space I am talking about. I assume we just have to remove the margin but unsure of the element we need to address.

Thank you
The administrator has disabled public write access.
 
#42038
Re:3rd level submenu no showing 10 Years, 10 Months ago Karma: 748
BODY #Highlight ul li
{
margin: 0;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12