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?

how can i remove the 1px space between menu-levels
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: how can i remove the 1px space between menu-levels
#8334
Re:how can i remove the 1px space between menu-levels 13 Years, 4 Months ago Karma: 0
Same problem here. None of the two fixes worked.
The administrator has disabled public write access.
 
#8335
Re:how can i remove the 1px space between menu-levels 13 Years, 4 Months ago Karma: 746
Hello,

Provide link to page where we can see this issue that we can help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8357
Re:how can i remove the 1px space between menu-levels 13 Years, 4 Months ago Karma: 0
Hello, the page is located at eurekareisen.ro/
The administrator has disabled public write access.
 
#8360
Re:how can i remove the 1px space between menu-levels 13 Years, 4 Months ago Karma: 746
Use the following CSS rule:

Code:


.ux-menu-container .ux-menu .ux-menu-sub .ux-menu-sub
{
  margin-left: -1px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8361
Re:how can i remove the 1px space between menu-levels 13 Years, 4 Months ago Karma: 0
It works also with the css you provided first. I didn't put the saved menu.min.css in the right place on the server after editing it. My bad, thank you very much!!
The administrator has disabled public write access.
 
#8676
Re:how can i remove the 1px space between menu-levels 13 Years, 4 Months ago Karma: 0
patatone wrote:
simply add:

.ux-menu,.ux-menu ul{
margin:-1px;
;


Actually, the method that helped me is defining the margin at -2px like this
----------------------------
body .ux-menu-container ul li
{
margin-bottom: -2px;


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