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?

Menu item hidden
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu item hidden
#19804
Menu item hidden 12 Years, 9 Months ago Karma: 0
Hi,

My website www.leclubhublot.com.

1- Main navigation: How can I make the submenu showing without any space between menu item (see first screen shot)?
2- Secondary navigation: Why are my menu item get hidden under another module under it (see second screen shot)?
3- Secondary navigation: How can I make the submenu item not transparent?

Thanks.
The administrator has disabled public write access.
 
#19809
Re:Menu item hidden 12 Years, 9 Months ago Karma: 748
Hello,

Regarding your questions, these are problem with site template styles.

1. Add the next CSS rule:

Code:


DIV.ux-menu-container UL.ux-menu LI
{
 margin: 0;
 padding: 0;
}



2. Add the following CSS rules:

Code:


BODY .art-contentLayout .art-sidebar1 
{
 z-index: 2;
}

BODY .art-contentLayout .art-content 
{
 z-index: 1;
}



3. Sorry, but we don't see transparent sub-menu items on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19828
Re:Menu item hidden 12 Years, 9 Months ago Karma: 0
Hi,

Great.

My only problem missing is that the submenu item are hidden behind menu under it.

see screen shot.
The administrator has disabled public write access.
 
#19829
Re:Menu item hidden 12 Years, 9 Months ago Karma: 748
It can be fixed if your site template supports module CSS class prefix.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19830
Re:Menu item hidden 12 Years, 9 Months ago Karma: 0
How do I know that?

If I look at your module parameters, I can see a place to enter class suffix. See screen shot.
Last Edit: 2011/09/21 12:48 By sgamache.
The administrator has disabled public write access.
 
#19831
Re:Menu item hidden 12 Years, 9 Months ago Karma: 0
screen shot
The administrator has disabled public write access.
 
Go to topPage: 12