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?

spacing between imenu items
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: spacing between imenu items
#13772
spacing between imenu items 13 Years, 2 Months ago Karma: 0
Hello, Dear Developers. There is some trouble with style i have.
First, i try to use searching. Use firebug like you recomended in one of themes, but it s not help.
www.nb-consult.ru/ This is my site and i need to remove
spacing between menu items and submenu items.
I tried to paste " margin; o px' in all of elements.

.ux-menu-container , ux-menu-link-first , and others... it is not working. What is wrnog this it ?
P.S. Sorry for my bad english =) I hope you understand what i try to say
The administrator has disabled public write access.
 
#13773
Re:spacing between imenu items 13 Years, 2 Months ago Karma: 748
Hello,

This is the problem with site template styles. Add the next CSS rule that fix it:

Code:


#leftCol ul.ux-menu li
{
 margin: 0 !important;
 padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13774
Re:spacing between imenu items 13 Years, 2 Months ago Karma: 0
thanks it is working...
but now i have the other problem,is it better to create new topic ?

First problem is to Expand a submenu, so that it flew to the left instead of right.
On this page , right column menu > www.nb-consult.ru/2011-03-13-20-46-06/2011-03-13-20-57-07

And next.. only questions Is it really to creaty two or menus on one page? Like you see left menu here is not working (strange style)
The administrator has disabled public write access.
 
#13775
Re:spacing between imenu items 13 Years, 2 Months ago Karma: 748
The module doesn't provide ability to show sub-menu at left side. About the second problem, set "Assets loading method" parameter to "Joomla! API" for both menu instances.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13776
Re:spacing between imenu items 13 Years, 2 Months ago Karma: 0
Thanks for your fast answers, It is working,
I ll try to do something with orientation.
The administrator has disabled public write access.
 
Go to topPage: 1