Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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? 9 Years, 6 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? 9 Years, 6 Months ago Karma: 760
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