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?

Centred menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Centred menu
#13351
Re:Centred menu 13 Years, 3 Months ago Karma: 748
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 13 Years, 3 Months 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 13 Years, 3 Months 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 13 Years, 3 Months ago Karma: 748
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 13 Years, 3 Months 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