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?

How do I change size of menu?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How do I change size of menu?
#54741
How do I change size of menu? 8 Years, 11 Months ago Karma: 0
Hello,

How do I change size of menu in my AriSlider?

See screenshot: screencast.com/t/p9BdMAym

I want it to be 150x130 so I can have thumbnail images and then bigger once they click on it.

Thank you,

Ron
The administrator has disabled public write access.
 
#54750
Re:How do I change size of menu? 8 Years, 10 Months ago Karma: 747
Hello,

For example if want to change thumbnails size to 60 x 80, add the following CSS rules:

BODY .ari_slider .ari_slider_menu UL LI
{
height: 70px;
width: 80px;
}

BODY .ari_slider .ari_slider_menu UL LI A
{
height: 60px;
}

BODY .ari_slider .ari_slider_menu
{
height: 70px;
}

and modify the following images to appropriate sizes:

<joomla_directory>/modules/mod_arislider/includes/js/img/active_bg.png

<joomla_directory>/modules/mod_arislider/includes/js/img/panel.jpg

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