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?

center menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: center menu
#8540
center menu 13 Years, 4 Months ago Karma: 0
Hello admin,
Here is my site coolmumsuperdaddy.com/
i would like to center my menu and it seem the solutions provided in the forum is differ for each sites.
how to change the background color for the menu?
Kindly help me out here. Thank you in advance.
The administrator has disabled public write access.
 
#8549
Re:center menu 13 Years, 4 Months ago Karma: 746
Hello,

Use the following CSS rules:

Code:


#ariyui46
{
 text-align: center;
}

#ariyui46 .bd
{
 display: inline-block;
 *zoom:1;
 *display: inline;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9139
Re:center menu 13 Years, 4 Months ago Karma: 0
hi... Where to find the CSS file...
what is it's location...
Thankyou
The administrator has disabled public write access.
 
#9140
Re:center menu 13 Years, 4 Months ago Karma: 746
Hello,

<joomla_dir>\modules\mod_ariyuimenu\mod_ariyuimenu\js\assets\menu\sam\safe_menu.css if you use "Safe" mode and
<joomla_dir>\modules\mod_ariyuimenu\mod_ariyuimenu\js\assets\menu\sam\menu.css file in another case.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24551
Re:center menu 12 Years, 1 Month ago Karma: 0
Hello,

I would like to do the same thing. Here is my site www.vitroglaze.com.au it have been developed using Joomla 1.5

I have inserted the code that you've provided into the CSS but it didn't work, what it did do was shrink the menu bar and take away the bold effect.

Hopefully you can help me.

Thanks in advance

Peter.
The administrator has disabled public write access.
 
#24562
Re:center menu 12 Years, 1 Month ago Karma: 746
Hello,

Use the next CSS rules:

Code:


#ariyui21
{
 text-align: center;
}

#ariyui21 .bd
{
 display: inline-block;
 *zoom:1;
 *display: inline;
}



Use "Font weight" parameter to change font weight.

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