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?

Alignment on Footer Menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Alignment on Footer Menu
#37815
Alignment on Footer Menu 11 Years, 2 Months ago Karma: 0
Hi Guys

Any ideas why when I add the ARI Ext Menu to the footer position it drops down too far and covers the text below it?

Example at www.loghouseholidays.co.uk/devbox/

Thanks
The administrator has disabled public write access.
 
#37816
Re:Alignment on Footer Menu 11 Years, 2 Months ago Karma: 748
Hello,

<joomla_directory>/modules/mod_ariextmenu/mod_ariextmenu/js/css/menu.min.css file is modified on your site. It can be a problem with custom CSS rules.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#37827
Re:Alignment on Footer Menu 11 Years, 2 Months ago Karma: 0
Ahh, I see. That is because I need to drop it down on the main menu (at the top) and I use the same module for the upper and lower menu.

Any ideas how to work around this problem?
The administrator has disabled public write access.
 
#37828
Re:Alignment on Footer Menu 11 Years, 2 Months ago Karma: 748
Use specific CSS rules for top module. Each menu container has unique ID based on module ID.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#37836
Re:Alignment on Footer Menu 11 Years, 2 Months ago Karma: 0
Sorry to seem a bit dim but do you have an example of what you mean?

Thanks
The administrator has disabled public write access.
 
#37850
Re:Alignment on Footer Menu 11 Years, 2 Months ago Karma: 748
Each menu container has ID in the following format:

ariextMODULEID_container

Where MODULEID is module ID. For example if you want to change font-size for all menu items only for menu module with ID = 95, use the following CSS rule:

#ariext95_container LI A
{
font-size: 20px !important;
}

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