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?

Z-index / logo problem
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Z-index / logo problem
#28442
Z-index / logo problem 11 Years, 11 Months ago Karma: 0
Hi there and thanks for a great module.

As you can see here www.hentmineflasker.dk/index.php?option=com_content&view=article&id=77&Itemid=480

i have a problem with the logo being overlaped by the module.

Can i force the module to stay all the way in the background ?

Thanks alot.

Mikkel
The administrator has disabled public write access.
 
#28444
Re:Z-index / logo problem 11 Years, 11 Months ago Karma: 748
Hello,

Use the next CSS rule:

Code:


#art-main>.custom
{
 position: relative;
 z-index: 2;
}

#art-main>.ari-image-slider-wrapper
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28445
Re:Z-index / logo problem 11 Years, 11 Months ago Karma: 0
That is what i call support Thanks
The administrator has disabled public write access.
 
Go to topPage: 1