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 in responsive template: width problems
(1 viewing) (1) Guest
component
Go to bottomPage: 123
TOPIC: ARI quiz in responsive template: width problems
#45733
ARI quiz in responsive template: width problems 10 Years, 8 Months ago Karma: 0
I have integrated a responsive template in my 3.1 joomla to display the site correctly on smartphones. However, I don't get the expected result due to the width that ARI quiz uses. I need to limit the width with no more than 300px.

I've already introduce some changes in css file in order to eliminate some elements such as status ba and the question and quiz titles. But, the width area it's still bigger than 300px.

.ari-quiz-container .aq-header
{
display: none;
}

.aq-status-panel
{
display: none !important;
}

.aq-answer-label LABEL
{
visibility: hidden !important;
}

DIV.aq-question-title
{
display: none !important;
}


I use hotSpot question type, but the widdth image is 220px, so this is not the problem. ¿what can I do?

web: www.pruebaj3.com.mialias.net/vertex/index.php/quiz
user: prueba974
password: SXWBT3uj
Last Edit: 2013/11/04 11:46 By brugal.
The administrator has disabled public write access.
 
#45738
Re:ARI quiz in responsive template: width problems 10 Years, 8 Months ago Karma: 748
Hello,

Add the following CSS rule:

BODY #ariQuizContainer .aq-quizsession-container
{
min-width: 300px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45741
Re:ARI quiz in responsive template: width problems 10 Years, 8 Months ago Karma: 0
it doesn't seem that it works.

I've captured two screen impressions. The first one (picture 1), with the description quiz page. As you can see, it fixes well in smartphones devices. But, in the question page (picture 2), it doesn't. ¿Another idea?
Last Edit: 2013/11/04 13:57 By brugal.
The administrator has disabled public write access.
 
#45742
Re:ARI quiz in responsive template: width problems 10 Years, 8 Months ago Karma: 0
image attached
Last Edit: 2013/11/04 14:00 By brugal.
The administrator has disabled public write access.
 
#45743
Re:ARI quiz in responsive template: width problems 10 Years, 8 Months ago Karma: 748
It seems you added the CSS rule to an incorrect place.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45744
Re:ARI quiz in responsive template: width problems 10 Years, 8 Months ago Karma: 0
I added it, but then I removed it because it didn't seem to work.

Now, I've added it again. But it is still not working
The administrator has disabled public write access.
 
Go to topPage: 123