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?

submenu is behind the content
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: submenu is behind the content
#17716
submenu is behind the content 12 Years, 11 Months ago Karma: 0
Hi,

I have an issue with the submenu disappearing under the content. I have read other posts but unsure where the changes suggested should be made. see www.pcswmail.co.uk .

I have tried in IE9 and Chrome, also the same in Joomla JA_purity template.

Also there are black lines between the submenu items, can this be changed?

Thank you
The administrator has disabled public write access.
 
#17722
Re:submenu is behind the content 12 Years, 11 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


body .art-contentLayout .art-sidebar1
{
 overflow: visible;
 z-index: 2;
}

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

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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17725
Re:submenu is behind the content 12 Years, 11 Months ago Karma: 0
Hi ARI Soft,

Thank you for the reply.

Can you advise where these should be added?

Regards

Mark
The administrator has disabled public write access.
 
#17726
Re:submenu is behind the content 12 Years, 11 Months ago Karma: 748
To "CSS Styles" parameter in module settings or to a site template CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#17727
Re:submenu is behind the content 12 Years, 11 Months ago Karma: 0
Thank you for the info.

Works great.

Thank you

Mark
The administrator has disabled public write access.
 
Go to topPage: 1