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?

submenus are hidden under the body of the site
(1 viewing) (1) Guest
Go to bottomPage: 12345678...25
TOPIC: submenus are hidden under the body of the site
#11662
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 748
Hello,

Add the following CSS rules:

Code:


div#left, 
div#left div.mod-line div.box-1
{
 overflow: visible;
}



Regards,
ARI Soft
The topic has been locked.
 
#11664
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 0
SOLVED!..

many thanks guys..
The topic has been locked.
 
#11698
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 0
I have the same problem too, any help please.
dev.aa-online.com/powercut/
The topic has been locked.
 
#11702
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 0
Perfect, now it works great!
Thank you!
The topic has been locked.
 
#11707
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 748
Hello Thierry,

Use the next CSS rules:

Code:


.art-blockcontent-body ul.ux-menu li
{
 background-image: none;
 padding: 0;
}

body .art-content-layout .art-content
{
 position: relative;
 z-index: 1;
}

body .art-content-layout .art-sidebar1
{
 position: relative;
 z-index: 10;
}



Regards,
ARI Soft
The topic has been locked.
 
#11754
Re:submenus are hidden under the body of the site 13 Years, 4 Months ago Karma: 0
admin wrote:
Hello Thierry,

Use the next CSS rules:

Code:


.art-blockcontent-body ul.ux-menu li
{
 background-image: none;
 padding: 0;
}

body .art-content-layout .art-content
{
 position: relative;
 z-index: 1;
}

body .art-content-layout .art-sidebar1
{
 position: relative;
 z-index: 10;
}



Regards,
ARI Soft


Thank you for your response. I have added the information you provided to the end of the menu.css file located :
......./modules/mod_ariextmenu/mod_ariextmenu/js/css/menu.css

This has not worked, have I placed the code in the correct css file?

Many thanks.
The topic has been locked.
 
Go to topPage: 12345678...25