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?

Flexible menu width
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Flexible menu width
#41349
Flexible menu width 10 Years, 11 Months ago Karma: 0
I extended each menu item to a specific width so that the menu would be the same width as the banner - but I was wondering if there is a way to make this fexible, so that no matter how my site is being viewed (mobile device, ipad, ect) the menu will always be the same width as the banner, instead of being a set width (and therefore becoming 2 bars when i view on ipad).

sshursa.org

Thank you, in advance, as always for your fast reply!
The administrator has disabled public write access.
 
#41352
Re:Flexible menu width 10 Years, 11 Months ago Karma: 748
Hello,

The extension doesn't support the described ability.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#41425
Re:Flexible menu width 10 Years, 11 Months ago Karma: 0
Is it possible then to centre the menu? I have tried the below code in different combinations. Because of my template, I am using code to diminish the padding between menu items, and this seems to invalidate the centering code, but when I add just the code to centre, I am left with padding between each menu item. Please help! As of now, my code is:

nav .ux-menu li
{margin: 0 auto;}

#header div.ux-menu-container ul.ux-menu
{width: auto;
right: inherit;
margin: 0 auto;
left: 45px}


sshursa.org
The administrator has disabled public write access.
 
#41426
Re:Flexible menu width 10 Years, 11 Months ago Karma: 748
Use the following CSS rules:


.ux-menu-container
{
text-align: center;
}

.ux-menu-container .ux-menu
{
display: inline-block;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#41427
Re:Flexible menu width 10 Years, 11 Months ago Karma: 0
THANK YOU thank you thank you!!!!
The administrator has disabled public write access.
 
Go to topPage: 1