Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?
Go to bottomPage: 12
TOPIC: Centred menu
#13351
Re:Centred menu 14 Years, 1 Month ago Karma: 763
Use the next CSS rules that centering the menu:

Code:


DIV#breadcrumbs
{
 text-align:center;
}

DIV#breadcrumbs .breadcrumbs
{
 text-align: left;
}

UL.ux-menu
{
 display: inline-block;
 zoom: 1;
 *display: inline;
}



About height, provide screenshot please where we can see what you want to do.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13413
Re:Centred menu 14 Years ago Karma: 0
Menu centered - thankyou!!

Would like to add on both sides a block of Colour @ Navbar HT. as below
Last Edit: 2011/04/07 02:02 By jrbarch.
The administrator has disabled public write access.
 
#13414
Re:Centred menu 14 Years ago Karma: 0
Menu centered - thankyou!!

Would like to add on both sides a block of Colour @ Navbar HT. (as below) that fills the width of the page. Please disregard the text in the colour blocks; they should be just colour that automatically fills to the page border if possible? Cheers ...

Last Edit: 2011/04/07 02:17 By jrbarch.
The administrator has disabled public write access.
 
#13418
Re:Centred menu 14 Years ago Karma: 763
Add the next CSS rule:

Code:


.ux-menu-container
{
 background-color: #E3DAD1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13428
Re:Centred menu 14 Years ago Karma: 0
Menu centered and coloured - Thankyou!!.

In menu.min.css I changed

.ux-menu-container{position:relative;}

to

.ux-menu-container{position:relative;background-color: #E3DAD1;}

Cheers ...
jrbarch
The administrator has disabled public write access.
 
Go to topPage: 12