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?

Cant get rid of boxes or center menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Cant get rid of boxes or center menu
#26461
Cant get rid of boxes or center menu 12 Years, 3 Months ago Karma: 0
Hi
I have the following code

#mainmenu ul.ux-menu ul.ux-menu-sub
{
padding: 0;
}
#menuarea .ux-menu-container
{
text-align: center;
}

#menuarea .ux-menu
{
display: inline-block;
}


The menu still has boxes around each item and is left aligned

viewable at downundertraining.com.au/cms

Any idea?
The administrator has disabled public write access.
 
#26467
Re:Cant get rid of boxes or center menu 12 Years, 3 Months ago Karma: 748
Hello,

Add the next CSS rule:

Code:


.row-top-menu UL.ux-menu LI A
{
 border-style: none
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26468
Re:Cant get rid of boxes or center menu 12 Years, 3 Months ago Karma: 0
I have ended up with this, still no change


Code:


#mainmenu ul.ux-menu ul.ux-menu-sub
{
 padding: 0;
}
#menuarea .ux-menu-container
{
 text-align: center;
}

#menuarea .ux-menu
{
 display: inline-block;
}
.row-top-menu UL.ux-menu LI A
{
 border-style: none
}

The administrator has disabled public write access.
 
#26469
Re:Cant get rid of boxes or center menu 12 Years, 3 Months ago Karma: 748
Currently the menu on your site doesn't contain border around menu items:



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26470
Re:Cant get rid of boxes or center menu 12 Years, 3 Months ago Karma: 0
WOW... i completely forgot that part of it sorry, any idea on the center issue? and thanks heaps for yourhelp so far. great plugin, and great support.
The administrator has disabled public write access.
 
#26472
Re:Cant get rid of boxes or center menu 12 Years, 3 Months ago Karma: 748
Add the next CSS rule:

Code:


.row-top-menu .ux-menu-container
{
 text-align: center;
}

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



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