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?

CSS to change quiz selection page
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: CSS to change quiz selection page
#45703
CSS to change quiz selection page 10 Years, 8 Months ago Karma: 0
Hello Ari Soft people. I am a happy user of Ari Quiz for a long time now and at the moment working on migrating my site to the latest joomla! (3.1)
In this process I have opted to have the site responsive, but I would still like to fill out the space better (watch the image).

Is there an easy css way to get the quiz list to be oriented horizontally instead of vertically? I am only referring to the page where users choose the quiz the want to do. Is there an option to add a quiz category icon?
Last Edit: 2013/10/31 12:20 By sokratex.Reason: image resize
The administrator has disabled public write access.
 
#45704
Re:CSS to change quiz selection page 10 Years, 8 Months ago Karma: 748
Hello,

Try to add the following CSS rule:

.aq-cat-quizzes-lvl-1
{
float: left;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45708
Re:CSS to change quiz selection page - SOLVED 10 Years, 8 Months ago Karma: 0
Thank you so much for your tip. Here it is just as I wanted it.
Last Edit: 2013/10/31 17:19 By sokratex.Reason: solved
The administrator has disabled public write access.
 
Go to topPage: 1