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?

Margins in submenu problem
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Margins in submenu problem
#24978
Margins in submenu problem 12 Years, 4 Months ago Karma: 0
Hello!

Just love this plugin - great!

I have a little problem on this site:

www.lavita.si/index.php/

I would like to reduce the margins beetween subitem items to 0px.
The CSS I have entered into the CSS styles box is:

Code:

.ux-menu-container UL.ux-menu LI,
.ux-menu-container UL.ux-menu LI A
{
 margin-top:5px;
 margin-bottom:5px;
 margin-left:0px;
 margin-right:0px;
 border-style: none;
}



I need this to remove the borders and display the Top menu correctly. But I don't know which element to style to remove margins. Thank you for your help in advance!

Matija
The administrator has disabled public write access.
 
#24981
Re:Margins in submenu problem 12 Years, 4 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


.vertMenu UL.ux-menu UL.ux-menu-sub LI,
.vertMenu UL.ux-menu UL.ux-menu-sub LI A
{
 margin:0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24983
Re:Margins in submenu problem 12 Years, 4 Months ago Karma: 0
Thank you for quick reply!

That fixed the problem!

Cheers

Matija
The administrator has disabled public write access.
 
#25001
Re:Margins in submenu problem 12 Years, 4 Months ago Karma: 0
hmmm. have another problem on www.lavita.si/index.php:

I had to install more menus in the template - under the 6pictures of food under the slideshow. Let's take the ZDRAVJE menu.

The arrow is shown, but submen items are not showing. How can I fix that?

Also, when I try to adjust margins and padding on one of the menus, the adjustments effect all the ARI Ext Menu modules. How can i correct that?

Thank you!
The administrator has disabled public write access.
 
#25002
Re:Margins in submenu problem 12 Years, 4 Months ago Karma: 748
Add the next CSS rule:

Code:


.selectorTitle3 .ux-menu-container UL
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25004
Re:Margins in submenu problem 12 Years, 4 Months ago Karma: 0
How can i fix issue with multiple menus? And also I can't center align the menu title?
The administrator has disabled public write access.
 
Go to topPage: 12