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?

Space betweenTop/SubMenu using Slide animation
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Space betweenTop/SubMenu using Slide animation
#31713
Space betweenTop/SubMenu using Slide animation 11 Years, 10 Months ago Karma: 0
Hello,
I had some horizontal space between the top and its submenu. After searching your forum, I found that I had to add
.ux-menu UL.ux-menu-sub
{
margin-left: -80px;
margin-top: 4px;
}
to my css.

This is working if I am in "No Animation" mode, or "Fade" mode.
But in the "Slide" mode, the submenu is sliiiding far away from the topmenu, and then returning 80px back (back to its correct position)

Can you please help me correcting this ? So that the subMenu slides directly to its correct location...

I hope I clearly explained my problem, the video attached shows clearly the issue described

Thanks in advance for your help
File Attachment:
File Name: slidingSpacePrb.zip
File Size: 22116
The administrator has disabled public write access.
 
#31714
Re:Space betweenTop/SubMenu using Slide animation 11 Years, 10 Months ago Karma: 748
Hello,

Provide a link to a page where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#31752
Re:Space betweenTop/SubMenu using Slide animation 11 Years, 9 Months ago Karma: 0
Hello,

Here is the link that shows the problem
antonins.org/antonins/presence/au-liban

On the menu, try to go to Presence -> Au liban -> ...
You'll see how the menu will scroll

Thanks again
The administrator has disabled public write access.
 
#31753
Re:Space betweenTop/SubMenu using Slide animation 11 Years, 9 Months ago Karma: 748
This problem with custom CSS rules which you use for the module. Add the following CSS rule:

Code:


UL.ux-menu UL.ux-menu-sub
{
 margin-left: 0;
 padding: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#31754
Re:Space betweenTop/SubMenu using Slide animation 11 Years, 9 Months ago Karma: 0
Thanks a lot, it works but if I do it that way, the subtitle "Au Liban" won't be centered with its parent title "Presence"
That's why in my css I was using margin-left of -80px

.ux-menu UL.ux-menu-sub
{
margin-left: -80px;
margin-top: 0px;
}
The administrator has disabled public write access.
 
#31755
Re:Space betweenTop/SubMenu using Slide animation 11 Years, 9 Months ago Karma: 748
Use the following CSS rules:

Code:


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

UL.ux-menu UL.ux-menu-sub UL.ux-menu-sub 
{
 padding-left: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12