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?

Menu Spacing
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu Spacing
#20681
Menu Spacing 13 Years, 1 Month ago Karma: 0
Looking for help getting menu spacing squared away so it looks like original menus.
Last Edit: 2011/10/14 20:45 By wildrizzo88.
The administrator has disabled public write access.
 
#20682
Re:Menu Spacing 13 Years, 1 Month ago Karma: 760
Hello,

Add the next CSS rules:

Code:


UL.ux-menu A
{
 padding: 1px 2px;
}

UL.ux-menu .ux-menu-arrow
{
 display: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20683
Re:Menu Spacing 13 Years, 1 Month ago Karma: 0
Thank you. Works like a charm. Great FREE Module. Do you have a donation section on this site?
Last Edit: 2011/10/14 20:49 By wildrizzo88.
The administrator has disabled public write access.
 
#20975
Re:Menu Spacing 13 Years, 1 Month ago Karma: 0
Hi...
May sound so stupid...but what .css file to add this codes?
I need to shrink a bit menu tabs, i need one more section added and to show only one line
AND to make the menu to be 100% of the page width..

Thank you so mutch!

P.S. site is www.asistenta-rurala.ro
The administrator has disabled public write access.
 
#20981
Re:Menu Spacing 13 Years, 1 Month ago Karma: 760
Hello,

Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


#mainmenu LI.ux-menu-item-level-0
{
 width: 161px !important;
}

body #mainmenu LI.ux-menu-item61
{
 width: 165px !important;
}

#mainmenu LI A.ux-menu-link-level-0
{
 width: 100%;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21049
Re:Menu Spacing 13 Years, 1 Month ago Karma: 0
Ok so I'm definately no CSS wizard but everything I try on 17.webmandevelopment.com/bigbearscents.com doesn't seem to change menu like you showed me before.
The administrator has disabled public write access.
 
Go to topPage: 12