Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

total menu width: fixing with slideshow...
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: total menu width: fixing with slideshow...
#33875
total menu width: fixing with slideshow... 12 Years, 5 Months ago Karma: 0
Hi

I'm developing a new website with yor ATI ext menu as the Main Menu, but i can't fix the total width of the horizontalmenu with the template width (the same of the slideshow)

probably I don't know the best syntax for the CSS to put into the module parameter. Can you help me? The menu total width as to be fixed at 980 px

the project: www.edigraph.it/mustop/it/

Regards
The administrator has disabled public write access.
 
#33880
Re:total menu width: fixing with slideshow... 12 Years, 5 Months ago Karma: 763
Hello,

You can try the following CSS rules:

#mainmenu UL.ux-menu LI.ux-menu-item-level-0
{
width: 114px !important;
}

#mainmenu UL.ux-menu LI.ux-menu-item108
{
width: 180px !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33889
Re:total menu width: fixing with slideshow... 12 Years, 5 Months ago Karma: 0
No words... really thank you!!!

Only the last querstion: how to Improve that CSS rules with the "center" position of the entire menu bar?
The administrator has disabled public write access.
 
#33890
Re:total menu width: fixing with slideshow... 12 Years, 5 Months ago Karma: 763
Use the following CSS rules:

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

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

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33891
Re:total menu width: fixing with slideshow... 12 Years, 5 Months ago Karma: 0
Gr8

Really Thank you.
The administrator has disabled public write access.
 
#33931
Re:total menu width: fixing with slideshow... 12 Years, 5 Months ago Karma: 0
Hello I have the same issue but the css does not apply in my case. Please help me out. I need my menu to be 980px.
www.ucd.ro

I tried this and did not see any difference
#mainmenu UL.ux-menu LI.ux-menu-item-level-0
{
width: 114px !important;
}

#mainmenu UL.ux-menu LI.ux-menu-item108
{
width: 180px !important;
}
Last Edit: 2012/11/09 09:25 By dodu.petrescu.Reason: more details
The administrator has disabled public write access.
 
Go to topPage: 12