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?

Auto width of menu and items
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Auto width of menu and items
*
#22184
Auto width of menu and items 12 Years, 7 Months ago Karma: 0
Hi!

You've done a great module, thank you for that!
I managed to delete arrows and make drop-down list vivsible, but can't adjust width odf menu, since I'm not a css guy.

Could you help me please to center a position of my whole menu and center menu items names? And how can i remove distance between 2-nd and 3-rd level menus?

Thanks in advance

www.privjet.se/
The administrator has disabled public write access.
 
#22187
Re:Auto width of menu and items 12 Years, 7 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


#header .ux-menu-sub .ux-menu-sub li 
{
 padding-left: 0;
}

#header .ux-menu a.ux-menu-link-parent
{
 padding-right: 14px
}

BODY #top_nav
{
 padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22197
Re:Auto width of menu and items 12 Years, 7 Months ago Karma: 0
Thank you! Everything is perfect, except position of the menu module. How can i center it? So the first item in the menu should be more to right, than now
The administrator has disabled public write access.
 
#22199
Re:Auto width of menu and items 12 Years, 7 Months ago Karma: 748
Use the following CSS rules:

Code:


DIV.ux-menu-container
{
 left: 0;
 text-align: center;
}

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

The administrator has disabled public write access.
 
Go to topPage: 1