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?

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 13 Years, 10 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 13 Years, 10 Months ago Karma: 747
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 13 Years, 10 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 13 Years, 10 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 13 Years, 10 Months ago Karma: 747
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