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?

Beginner question
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Beginner question
#8387
Beginner question 13 Years, 5 Months ago Karma: 0
Hello,

I just installed the module and I already got the content to be viewed on the page. However I must work on the format, I want my menu to look just like the menu on the official demo web site.(www.demo2.ari-soft.com/ari-ext-menu.html)

My page is www.bodybuildingperu.com and you will see that:

1) the colors are different
2) the sub-menus are different size
3) the arrows are not in the correct place.

As I said, I want the menu to look as the official demo page. What do I have to add on the CSS parameter please?

Thanks so much!
The administrator has disabled public write access.
 
#8390
Re:Beginner question 13 Years, 5 Months ago Karma: 748
Hello,

Open site template index.php file, find the following code:

Code:


<div id="pillmenu">



and replace it with:

Code:


<div id="pillmenu1">



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8413
Re:Beginner question 13 Years, 5 Months ago Karma: 0
Hello,

Thank you so much! That worked pretty well!

Please can you let me know how can I reduce the height of the menus? Is it possible to establish one height for the main menus and another one for the submenus?

Thanks!
The administrator has disabled public write access.
 
#8414
Re:Beginner question 13 Years, 5 Months ago Karma: 748
Try to use the following CSS rules:

Code:


#pillmenu1 .ux-menu-container .ux-menu A
{
 line-height: 8px;
}

#pillmenu1 .ux-menu-container .ux-menu A A
{
 line-height: 10px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8448
Re:Beginner question 13 Years, 5 Months ago Karma: 0
Hello,

Thanks for the answer.

Eventhough I am reducing the height, all the lines in the submenu are not apearing on the screen as there are many lines. So, is there a way to show the submenus in more than one column?

Thanks.
The administrator has disabled public write access.
 
#8451
Re:Beginner question 13 Years, 5 Months ago Karma: 748
No, the module doesn't provide this ability.

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