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?

Button Large
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: Button Large
#71258
Button Large 8 Months, 1 Week ago Karma: 0
Hi,

I want to make the size of the quiz buttons, Save Terminate, larger. Like the Bootstrap button large.
How can I do that?
The administrator has disabled public write access.
 
#71259
Re:Button Large 8 Months, 1 Week ago Karma: 748
Hello,

Add the following CSS rule to a site template CSS file:

Code:


body #ariQuizContainer .btn {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#71260
Re:Button Large 8 Months, 1 Week ago Karma: 0
Nice buttons! And then I am struggeling with the icons, how can I make them also bigger?
The administrator has disabled public write access.
 
#71266
Re:Button Large 8 Months, 1 Week ago Karma: 748
Try to add also the following CSS rule:

Code:


body #ariQuizContainer .btn [class^="icon-"],
body #ariQuizContainer .btn [class*=" icon-"] {
  margin-top: 4px;
  margin-right: 10px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#71267
Re:Button Large 8 Months, 1 Week ago Karma: 0
Thanks.
The button icons are now 14x14px. How can I make them like 20x20px? Setting height and width doesn't work.
The administrator has disabled public write access.
 
#71268
Re:Button Large 8 Months, 1 Week ago Karma: 748
Could you provide a link to a quiz so we can check CSS rules and avoid conflicts with site template/3rd party extensions styles?

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