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?

Submenu got width 3000px (in horizontal layout)
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Submenu got width 3000px (in horizontal layout)
#29189
Submenu got width 3000px (in horizontal layout) 12 Years ago Karma: 0
If I enable option auto width in menu's module config, then submenu li ements become 3000px width. How can I fix this?

PS Browser Mozilla firefox 13.0 and Chromium 19.0.1084.52
The administrator has disabled public write access.
 
#29190
Re:Submenu got width 3000px (in horizontal layout) 12 Years ago Karma: 748
Hello,

It can be a problem with site template styles. Where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29191
Re:Submenu got width 3000px (in horizontal layout) 12 Years ago Karma: 0
I have tried to remove all my styles related to menu, but it didn't help.

You can see problem here: romandolya.w.vugluskr.org.ua/ on top menu.
The administrator has disabled public write access.
 
#29192
Re:Submenu got width 3000px (in horizontal layout) 12 Years ago Karma: 748
This problem with your custom CSS rules in <joomla_directory>/templates/romandolya/css/default.css file. Add the next CSS rule to fix the problem:

Code:


.ux-menu.ux-menu-horizontal ul.ux-menu-sub li
{
 float: left;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29193
Re:Submenu got width 3000px (in horizontal layout) 12 Years ago Karma: 0
Big thanks, it helps.
The administrator has disabled public write access.
 
Go to topPage: 1