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?

change submenu box position
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: change submenu box position
#55714
change submenu box position 8 Years, 8 Months ago Karma: 0
I've changed the borders to just show between items by removing all except the bottom border on everything but the last item. However I need to find a way to either to move the box containing the submenu 10px to the right so that they don't overlap the side bar or remove the submenu borders so that I can add a border to part of the transparent gif.
The site is development.mcmullinmarketing.com/ so you can see what I mean. Thanks
The administrator has disabled public write access.
 
#55717
Re:change submenu box position 8 Years, 8 Months ago Karma: 748
Hello,

Try to add the following CSS rule:

Code:


UL.ux-menu A {padding-left: 5px !important;padding-right: 5px !important;}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#55722
Re:change submenu box position 8 Years, 8 Months ago Karma: 0
Thank you
The administrator has disabled public write access.
 
#55876
Re:change submenu box position 8 Years, 7 Months ago Karma: 0
Hi Admin,

I tried your code but the arrow's position would be too left as picture shown. Any way to fix this??

Last Edit: 2015/09/25 08:16 By annienma.
The administrator has disabled public write access.
 
#55880
Re:change submenu box position 8 Years, 7 Months ago Karma: 4
The sub-menu arrow is in an absolute position in the a-element, meaning it's free to move around within said element.

When you add a padding to A you actually add an inner margin to it.

What you can do is to only increase the padding-right of A so the arrow is pushed to the right.
The administrator has disabled public write access.
Mazfer
- Long time CSS/HTML coder
- mazindesigns.com
 
Go to topPage: 1