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?

ARI Quiz Default new style
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: ARI Quiz Default new style
#64580
Re:ARI Quiz Default new style 5 Years, 2 Months ago Karma: 0
Cleaning the cache to no avail.
Here is the link to the page. www.alternativa-dpo.ru/testirovanie
login: sergey
password: 12345
After authorization - > my tests - > www.alternativa-dpo.ru/eb-1258-5-iv-gruppa-po-elektrobezopasnosti-do-1000-v
The administrator has disabled public write access.
Sincerely,
Viktor Chashkov
 
#64586
Re:ARI Quiz Default new style 5 Years, 2 Months ago Karma: 747
Update the component to v. 3.9.19 please and use the following CSS rules:

Code:


.aq-quizzes {
  display: flex;
  flex-direction: row;
}

.aq-quizzes LI {
  flex-basis: 25%;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#64588
Re:ARI Quiz Default new style 5 Years, 2 Months ago Karma: 0
Updated component to version 3.9.19 and inserted CSS code:
Here's what happened
The administrator has disabled public write access.
Sincerely,
Viktor Chashkov
 
#64596
Re:ARI Quiz Default new style 5 Years, 2 Months ago Karma: 747
Sorry, it should be:

Code:


.aq-quizzes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.aq-quizzes LI {
  flex-basis: 25%;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#64603
Re:ARI Quiz Default new style 5 Years, 2 Months ago Karma: 0
Thanks, it worked!
The administrator has disabled public write access.
Sincerely,
Viktor Chashkov
 
Go to topPage: 12