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?

menu width- new to this
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: menu width- new to this
#15652
menu width- new to this 13 Years, 1 Month ago Karma: 0
I love the component but I need to make the top menu width to go all the way I read precious posts and add to my css the following

#topmenu .ux-menu-sub A
{
float: none !important;
}

and put the auto width yes but still is not making it

my website is www.gwalkermachinery.com

regards
The administrator has disabled public write access.
 
#15653
Re:menu width- new to this 13 Years, 1 Month ago Karma: 748
Hello,

If you want to change width of main menu items, use the next CSS rule:

Code:


#ariext79_container LI.ux-menu-item-main
{
 width: 250px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#15745
Re:menu width- new to this 13 Years, 1 Month ago Karma: 0
thank you is working partcially, if I go to an smaller monitor the menu goes in to lines, already verify that as is because of the 250px width, could me make to automatic strech instead of a set width, also can we make the menu to strech from the beginning to the end instead of leaving empty spaces at the beginning and at the end

thank you very much
The administrator has disabled public write access.
 
#15761
Re:menu width- new to this 13 Years, 1 Month ago Karma: 748
Sorry, but it is not possible to use automatically all container space.

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