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 text and remove all borders
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Center text and remove all borders
#25398
Center text and remove all borders 12 Years, 2 Months ago Karma: 0
Could someone please take a look at my site and suggest some css that will remove all borders and center the text in each li? I can get it to do it in firebug, but when I add the rules they don't seem to work.
Thanks

www.xcenduroracer.com
The administrator has disabled public write access.
 
#25399
Re:Center text and remove all borders 12 Years, 2 Months ago Karma: 747
Hello,

Add the next CSS rules:

Code:


#header-image .yuimenubar,
#header-image .yuimenubar LI,
#header-image .yuimenubar LI A
{
 border-style: none !important;
}

#header-image .yuimenubar LI A
{
 padding: 0 10px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25480
Re:Center text and remove all borders 12 Years, 2 Months ago Karma: 0
Thanks very much! I commented out the padding line and it worked nicely.
The administrator has disabled public write access.
 
Go to topPage: 1