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?

Sub menus all the same width (horizontal)
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Sub menus all the same width (horizontal)
#5999
Sub menus all the same width (horizontal) 13 Years, 9 Months ago Karma: 0
Hi, I've searched the forums extensively but can't seem to nail this one. (I'm sure ts simple).

I would like my sub menus to be all the same width, at the moment the auto size to fit in the menu label.

widths work fine in vertical layout

http://summerhouse.thesittingroom.co.nz

Thanks
The administrator has disabled public write access.
 
#6000
Re:Sub menus all the same width (horizontal) 13 Years, 9 Months ago Karma: 747
Hello,

This problem with site template styles. Add the following CSS rules that fix this issue:

Code:


#top-menu .ux-menu-sub LI
{
 display: block;
}

#top-menu .ux-menu-sub LI A
{
 float: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#6012
Re:Sub menus all the same width (horizontal) 13 Years, 9 Months ago Karma: 0
Brilliant, thanks.

one last issue. Under the 'Our wine' main item, the first sub-item is supposed to be 'Sauvignon Blanc' but it is droping behind the second item and becoming hidden. essentially the drop menu isn't wide enough. (also affecting the third level item).

Thanks for the excellent support.
The administrator has disabled public write access.
 
#6013
Re:Sub menus all the same width (horizontal) 13 Years, 9 Months ago Karma: 747
Could you describe this issue in more details? When we open the page in a browser, everything looks normal:



Regards,
ARI Soft
The administrator has disabled public write access.
 
#6015
Re:Sub menus all the same width (horizontal) 13 Years, 9 Months ago Karma: 0
Hmm, you are right, working perfectly in all browsers I checked. I had some weird chace thing going on with Firefox.

Thanks again.
The administrator has disabled public write access.
 
Go to topPage: 1