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?

Top menu is overlap by right modules
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Top menu is overlap by right modules
#20440
Top menu is overlap by right modules 12 Years, 6 Months ago Karma: 0
Hi,

Iґm using ARI YUI Menu and it suits me fine. Thanks.

My only problem is that it gets overlap by the right modules. I saw two posts with the same difficulty but i couldn’t apply the solution.

Can you help me?

If you can, here is the site: www.sistemagestao.com/ (try the SST menu on top. it is overlaped by the right modules)

Big thanks.

Paulo
The administrator has disabled public write access.
 
#20445
Re:Top menu is overlap by right modules 12 Years, 6 Months ago Karma: 747
Hello,

Add the next CSS rules:

Code:


body #header
{
 position: relative;
 z-index: 2;
 overflow: visible;
}

#header #logo,
#header #sloganmenu
{
 height: 74px;
}

#header #menusearch
{
 height: 28px;
 line-height: 28px;
}

body #content
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20467
Re:Top menu is overlap by right modules 12 Years, 6 Months ago Karma: 0
Works fine.

Many thanks for your super fast help.

The administrator has disabled public write access.
 
Go to topPage: 1