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?

'Centre'ing the menu
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: 'Centre'ing the menu
#12073
Re:'Centre'ing the menu 13 Years, 4 Months ago Karma: 748
Hello,

You can add the code to "CSS Styles" parameter in module settings or to site template CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13473
Re:'Centre'ing the menu 13 Years, 3 Months ago Karma: 0
hello, i was having a similar problem with the menu jumping as mine is aligned right so i used this code

Code:


DIV#ja-slideshow-top
{
 text-align: right;
}



this worked in firefox, however it still jumps in IE, even when i added this code

Code:


body UL.ux-menu
{
 zoom: 1;
 *display: inline !important;
}



weblink is bem-management.co.uk/caduga/joomla

any suggestions?

thanks
The administrator has disabled public write access.
 
#13477
Re:'Centre'ing the menu 13 Years, 3 Months ago Karma: 748
Hello,

Add the next CSS rule:

Code:


#menubar
{
 text-align: right;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13480
Re:'Centre'ing the menu 13 Years, 3 Months ago Karma: 0
briliant.. amazing service on this forum.. i can't thank you enough
The administrator has disabled public write access.
 
Go to topPage: 123