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?

vertical sub menu margin-top not working
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: vertical sub menu margin-top not working
#32489
vertical sub menu margin-top not working 12 Years, 6 Months ago Karma: 0
Hello,

I have build a vertical menu with ARI Ext Menu. I would like to have the first sub menu value in one line with the parent menu value. This is not the case at the moment.

I have added the following css code:

UL.ux-menu UL.ux-menu-sub
{
margin-top: -20px;
margin-left: 20px;
}

margin-left works, but margin-top doesn't work at all. You can visit my site under: www.kreuzweiler-dilmar.de

Could you please help me?

Thanks in advance

Jeff
The administrator has disabled public write access.
 
#32491
Re:vertical sub menu margin-top not working 12 Years, 6 Months ago Karma: 763
Hello,

Provide an image where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32502
Re:vertical sub menu margin-top not working 12 Years, 6 Months ago Karma: 0


Thanks for your reply. Please see the image. I want achieve that "Links" is next to "Sponsoren". Currently, "Sponsoren" is above "Links".

It should look like:

Links - Sponsoren
Last Edit: 2012/10/04 14:59 By Jeff.
The administrator has disabled public write access.
 
#32505
Re:vertical sub menu margin-top not working 12 Years, 6 Months ago Karma: 763
This problem with site template styles. Add the following CSS rule to fix the problem:

Code:


#left LI UL.ux-menu-sub
{
 margin-top: 0 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#32524
Re:vertical sub menu margin-top not working 12 Years, 6 Months ago Karma: 0
Thank you very much. The problem is fixed now.
The administrator has disabled public write access.
 
Go to topPage: 1