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?

List image for submenus only
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: List image for submenus only
#25617
Re:List image for submenus only 12 Years, 4 Months ago Karma: 0
I got the bullet almost working properly now. I used this code in the css parameters of the module:

Code:

.werknemer ul.ux-menu ul.ux-menu-sub a 
{
top: -15px;
left: -2px;
width: 384px;
padding-top:0px;
background-image: url(/sandbox/modules/mod_ariextmenu/mod_ariextmenu/js/css/images/bullet_wit_opgrijs.gif) !important;
 background-repeat: no-repeat !important;
 background-position: left center;
}



What code do I need to insert to create some space between the bullet and the list item?

Sorry to bother you again with my silly css questions. Help is very much appreciated!
The administrator has disabled public write access.
 
#25625
Re:List image for submenus only 12 Years, 4 Months ago Karma: 748
Try to use the next CSS rule:

Code:


.werknemer ul.ux-menu ul.ux-menu-sub a {
 padding-left: 20px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25626
Re:List image for submenus only 12 Years, 4 Months ago Karma: 0
That works! I already thought it was that simple. Thank you very much for your help. This extension is working great for me, thanks to your excellent support!
The administrator has disabled public write access.
 
Go to topPage: 12