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?

width and height
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: width and height
#10318
width and height 13 Years, 3 Months ago Karma: 0
Hello,

I like your menu! But I have a problem with the width and height. Auto width is on "YES" and I tried many other options. I set vertical menu direction. the submenu also doesnґt works. Here the link:

www.sportgenossen.de/spog/

thanks for your help!
Micha
The administrator has disabled public write access.
 
#10328
Re:width and height 13 Years, 3 Months ago Karma: 748
Hello,

This is a conflict with site template styles. Try to use the following CSS rules that avoid this problem:

Code:


.mx-BlockContent-body .ux-menu-container ul li
{
 float: left;
 z-index: 10;
}

div.mx-contentLayout .mx-content
{
 z-index: 1;
}

div.mx-contentLayout .mx-sidebar1
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10334
Re:width and height 13 Years, 3 Months ago Karma: 0
thanks for the reply. now the submenu works, but behind other modules. another problem is the gap between the items. it would be so great for posting a solution for the problems. I have no clue about that. Thanks a lot!!!!

www.sportgenossen.de/spog/
The administrator has disabled public write access.
 
#10339
Re:width and height 13 Years, 3 Months ago Karma: 748
Use the next CSS rules:

Code:


DIV.ux-menu-container UL.ux-menu LI
{
  margin: 0;
}

DIV.mx-contentLayout .mx-sidebar1
{
 z-index: 10;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10343
Re:width and height 13 Years, 3 Months ago Karma: 0
wow!!!! thanks. it works
The administrator has disabled public write access.
 
Go to topPage: 1