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 not centered
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: menu not centered
#49770
menu not centered 9 Years, 11 Months ago Karma: 0
Hello,

its a great menu, but i have a problem:
i try to get the menu and submenu centered in horizontal mode, but it allways floats left.
The point textalign center in the menu did not change anything.
I already tried to disable whole css for template, but that changed nothing.

www.triangle-zentrale.de
login guest
pass guestx

Anyone an idea what the problem could be?

thanks
The administrator has disabled public write access.
 
#49771
Re:menu not centered 9 Years, 11 Months ago Karma: 747
Hello,

Add the following CSS rules:

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

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

and remove your custom CSS rule which adds "position: fixed" CSS property to menu container.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49832
Re:menu not centered 9 Years, 10 Months ago Karma: 0
thx for quick answer, this fixed the mainmenuposition, but submenu still floats left
The administrator has disabled public write access.
 
#49836
Re:menu not centered 9 Years, 10 Months ago Karma: 747
This post can be useful if you want to customize the menu. It contains information about menu HTML layout.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49838
Re:menu not centered 9 Years, 10 Months ago Karma: 0
found now a solution, the sub-ul was too small - as big as the text, so it was left, givin it a width fixed the problem:

ul.ux-menu-sub{
width:90%!important;

}
ul.ux-menu-sub li{
width:100%;
text-align: center;
display: inline-block;
}

thx for code-investigation
Last Edit: 2014/06/04 17:29 By firstrincewind.
The administrator has disabled public write access.
 
Go to topPage: 1