I have a problem regarding the drop down menu on my site.
When I hover over the last menu item of the top menu , the drop down appears and disappears in a strange way.
Please provide a solution. Thank you.
Regards
AS Templates
POSTED: 2013-04-07
Hello RENEELGER,
In the tmpl.header.css file please find the following class (should be on lline 161):
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I have a problem regarding the drop down menu on my site.
When I hover over the last menu item of the top menu , the drop down appears and disappears in a strange way.
Please provide a solution. Thank you.
Regards
In the tmpl.header.css file please find the following class (should be on lline 161):
#header .row1 #topmenu ul.menu li
{
background: none repeat scroll 0 0 transparent;
display: none;
float: left;
list-style: none outside none;
margin: 0;
overflow: visible;
padding: 0 15px;
position: relative;
z-index: 100;
}
and add height property: height: 35px;
Or, please provide us with an access to the Joomla admin panel and we will add it for you.
Regards, AS Team.