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?

Lightbox don't works in module
(1 viewing) (1) Guest
Go to bottomPage: 123456
TOPIC: Lightbox don't works in module
#3971
Re:Lightbox don't works in module 14 Years ago Karma: 0
Okay i should add this to my template's layout.css?
The administrator has disabled public write access.
 
#3975
Re:Lightbox don't works in module 14 Years ago Karma: 747
Yes or any other template CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3979
Re:Lightbox don't works in module 14 Years ago Karma: 0
Thank you, that looks good.
But the images are far away from each other, how can we make that they are closer togehter?

Greetings
The administrator has disabled public write access.
 
#3982
Re:Lightbox don't works in module 14 Years ago Karma: 747
Add the following CSS rules to your template CSS file:

Code:


TABLE.sexy-table 
{
  width: auto;
  margin: auto;
}

TABLE.sexy-table TD 
{
  padding: 2px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#3993
Re:Lightbox don't works in module 13 Years, 12 Months ago Karma: 0
Okay thanks, i've added this to my layout.css but nothing happened.
Did i anything wrong?
The administrator has disabled public write access.
 
#3994
Re:Lightbox don't works in module 13 Years, 12 Months ago Karma: 747
layout.css file contains an error, find the following CSS rule, please:

Code:


.article ul {
list-style-image:url("sims3diamant_mini.png");



it does not contain a closing bracket. Correct it and type the following:

Code:


.article ul {
list-style-image:url("sims3diamant_mini.png");
}



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