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?

Can Menu scale with page?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Can Menu scale with page?
#19993
Can Menu scale with page? 12 Years, 9 Months ago Karma: 0
Hi. I've just set up my page at www.ksuturf.org/ksuturf and I have ARI Menu set up as a vertical menu in the default BEEZ5 template (that I've modded a little for my needs)

But my question is that if I shrink my browser window the text in all the modules start combining together and making more rows as I shrink the window....as I expand the window, the text expands to create less rows. But the ARI Menu does not function this way. It stays the same width and stays on top of my CustomHTML Module that I have in the position 12 spot.

Is it possible to have the ARIMenu scale left-right when the page is scaled? Am I missing a setting somewhere?

I'd love any help you could give me.
Thanks,
Rodney
The administrator has disabled public write access.
 
#19994
Re:Can Menu scale with page? 12 Years, 9 Months ago Karma: 748
Hello,

Try to add the next CSS rule:

Code:


#nav LI.ux-menu-item-level-0 
{
 width: auto !important;
 float: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20006
Re:Can Menu scale with page? 12 Years, 9 Months ago Karma: 0
Thanks for the tip, but that made the menu go all the way across the screen.
Can you give me something else to try?
I left the code in place in the CSS section of the AriMenu Module so you could see what my page looks like now. Not useable. Thanks for taking the time to help me, I hope you have another solution.
Thanks,
Rodney
The administrator has disabled public write access.
 
#20007
Re:Can Menu scale with page? 12 Years, 9 Months ago Karma: 748
Add also the next CSS rule:

Code:


#nav .ux-menu
{
 width: auto !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20011
Re:Can Menu scale with page? 12 Years, 9 Months ago Karma: 0
AWESOME!!!!!
Thanks so much.
Now my site is PERFECT. Thank you ARI Soft!
The administrator has disabled public write access.
 
Go to topPage: 1