Hi,
In the about page, I have a problem with the Commitments menu, when I add a new menu item I can not display it correctly, the new entry is only shown on mouseover
Thanks
Fabio
AS Templates
POSTED: 2017-02-18
Hello THERAGIO,
What is your website url please?
Regards, AS Team.
theragio
POSTED: 2017-02-18
hi
is a test site then put into production.
the site is:
http://www.theragio.eu/j3/index.php/about
AS Templates
POSTED: 2017-02-18
Hello THERAGIO,
If you have more then 5 items in the menu you have to add css for the additional items, please see tmpl.default.css file the following classes (lines 2874 - 2910)
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
In the about page, I have a problem with the Commitments menu, when I add a new menu item I can not display it correctly, the new entry is only shown on mouseover
Thanks
Fabio
What is your website url please?
Regards, AS Team.
is a test site then put into production.
the site is:
http://www.theragio.eu/j3/index.php/about
If you have more then 5 items in the menu you have to add css for the additional items, please see tmpl.default.css file the following classes (lines 2874 - 2910)
#content-row-1 .moduletable ul li.num0 {
background: #27b8d2 none repeat scroll 0 0;
transition: transform 0.5s ease 0s;
}
#content-row-1 .moduletable ul li.num1 {
background: #27b8d2 none repeat scroll 0 0;
transition: transform 0.5s ease 0.1s;
}
#content-row-1 .moduletable ul li.num2 {
background: #27b8d2 none repeat scroll 0 0;
transition: transform 0.5s ease 0.2s;
}
#content-row-1 .moduletable ul li.num3 {
background: #27b8d2 none repeat scroll 0 0;
transition: transform 0.5s ease 0.3s;
}
#content-row-1 .moduletable ul li.num4 {
background: #27b8d2 none repeat scroll 0 0;
transition: transform 0.5s ease 0.4s;
}
Regards, AS Team.