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?

Space between Lists
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Space between Lists
#14182
Space between Lists 13 Years, 7 Months ago Karma: 0
Hello,

how can I eliminate the space between the lists (1)? And could You show me a solution to expand the space above the menu (2)?



www.sportgenossen.de/spog/

Thanks for help!
Micha
Last Edit: 2011/04/30 09:48 By michasdh.
The administrator has disabled public write access.
 
#14189
Re:Space between Lists 13 Years, 7 Months ago Karma: 760
Hello,

Add the next CSS rule to "CSS Styles" parameter in module settings or to site template CSS file:

Code:


#sidebar .ux-menu LI
{
 margin: 0 0 0 -1px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14190
Re:Space between Lists 13 Years, 7 Months ago Karma: 0
It works for the first problem. Could you tell me a solution for the second problem? I want to have more space above the menu. Thanks!
The administrator has disabled public write access.
 
#14357
Re:Space between Lists 13 Years, 6 Months ago Karma: 760
The next CSS rule can be used:

Code:


#sidebar .ux-menu-container
{
 margin-top: 20px;
}



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