Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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?

How to Center Align the menu on the horizontal bar
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to Center Align the menu on the horizontal bar
#4700
How to Center Align the menu on the horizontal bar 1 Year, 8 Months ago Karma: 0
I am sorry to ask this of you, I know everyone else has too and I did try all of the solutions you posted in your forum.

How do I center align the horizontal menu at www.UltraBalm.com/Welcome

Thank you!
Lee
The administrator has disabled public write access.
 
#4705
Re:How to Center Align the menu on the horizontal bar 1 Year, 8 Months ago Karma: 278
Hello,

Add the following CSS rule to template CSS file:

Code:


#banner1 .yui-skin-sam .yuimenubar
{
  text-align: center;
}

#banner1 .yui-skin-sam .yuimenubar .bd
{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#banner1 .yui-skin-sam .yuimenubar .yuimenu .bd
{
  display: block;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4707
Re:How to Center Align the menu on the horizontal bar 1 Year, 8 Months ago Karma: 0
Can I do the same for the second instance of it? It did not work on it.

Thank you,
Lee
The administrator has disabled public write access.
 
#5078
Re:How to Center Align the menu on the horizontal bar 1 Year, 7 Months ago Karma: 0
i added the code


.yui-skin-sam .yuimenubar
{
text-align: center;
}

.yui-skin-sam .yuimenubar .bd
{
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}

.yui-skin-sam .yuimenubar .yuimenu .bd
{
display: block;
}


but lost the color on the left and
right site check the top in
www.filadelfia.gr/index.php

thanks for help
The administrator has disabled public write access.
 
#5083
Re:How to Center Align the menu on the horizontal bar 1 Year, 7 Months ago Karma: 278
Add the following CSS rule:

Code:


body .yui-skin-sam .yuimenubar
{
  background: #003F81 none;
}



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