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
#64551
ARI Quiz Default new style 5 Years, 2 Months ago Karma: 0
Hello, by default ARI Quiz, style on the website, on the category questions page, is located in one column.
How to make a four or five column style?
The administrator has disabled public write access.
Sincerely,
Viktor Chashkov
 
#64572
Re:ARI Quiz Default new style 5 Years, 2 Months ago Karma: 747
Hello,

Add the following CSS rule to a site template CSS file for "Single Question" question type:

Code:


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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#64573
Re:ARI Quiz Default new style 5 Years, 2 Months ago Karma: 0
Sorry, need to make a style of four or five columns on the category test page.
Screenshot attached.
Last Edit: 2019/02/16 11:48 By volna66.
The administrator has disabled public write access.
Sincerely,
Viktor Chashkov
 
#64574
Re:ARI Quiz Default new style 5 Years, 2 Months ago Karma: 747
Try the following CSS rule:

Code:


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

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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#64575
Re:ARI Quiz Default new style 5 Years, 2 Months ago Karma: 0
Inserted code, but without changes
The administrator has disabled public write access.
Sincerely,
Viktor Chashkov
 
#64578
Re:ARI Quiz Default new style 5 Years, 2 Months ago Karma: 747
Try to clean browser's cache. If it doesn't help, could you provide link to the page so we can investigate the problem?

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