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?

Error Horizontal Menu alignment
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Error Horizontal Menu alignment
#3651
Error Horizontal Menu alignment 14 Years ago Karma: 0
Hi: Great ext!
however on site eswift.us i cannot get the horizontal menu bar centered!
& at times the menu link blocks break. Please
The administrator has disabled public write access.
 
#3654
Re:Error Horizontal Menu alignment 14 Years ago Karma: 748
Hello,

Try to add the following CSS rules to CSS template file:

Code:


DIV#header DIV.ux-menu-container UL.ux-menu-horizontal
{
  display: -moz-inline-stack;
  display: inline-block;
  zoom:1;
  *display: inline;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#3735
Re:Error Horizontal Menu alignment 14 Years ago Karma: 0
hi: tried addn code 2css,
still not working. help
The administrator has disabled public write access.
 
#3736
Re:Error Horizontal Menu alignment 14 Years ago Karma: 748
Hello,

This trick doesn't work because you changed your Joomla! template or module position. Use the following CSS rules:

Code:


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

BODY DIV.ux-menu-container UL.ux-menu-horizontal
{
  display: -moz-inline-stack;
  display: inline-block;
  zoom:1;
  *display: inline;
}



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