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?

[SOLVED]move Carousel items behind submenu items?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: [SOLVED]move Carousel items behind submenu items?
#12336
[SOLVED]move Carousel items behind submenu items? 13 Years, 1 Month ago Karma: 0
How Can I change the Z-index to move submenu items above Carousel items? Here is the page.

Thank you so much for all your assistance.

Tony
Last Edit: 2011/03/13 09:56 By mistan.
The administrator has disabled public write access.
 
#12338
Re:move Carousel items behind submenu items? 13 Years, 1 Month ago Karma: 748
Add the next CSS rules to site template CSS fuile:

Code:


.wrapper-4 .inner-wrapper-t1
{
  position: relative;
  z-index: 2;
}

.wrapper-4 .inner-wrapper-1
{
  position: relative;
  z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#12340
Re:move Carousel items behind submenu items? 13 Years, 1 Month ago Karma: 0
I added the code to my tmpl custom.css file. It is still above the submenu items. ??? Thanks. Tony
The administrator has disabled public write access.
 
#12341
Re:move Carousel items behind submenu items? 13 Years, 1 Month ago Karma: 748
Try to clean Joomla! cache.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12342
Re:move Carousel items behind submenu items? 13 Years, 1 Month ago Karma: 0
You are amazing! Thank you. Tony
The administrator has disabled public write access.
 
Go to topPage: 1