Mouseover issue on article list

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Tue Sep 17, 2013 12:34 pm
Hi,
I have a list of articles here... http://188.65.117.74/~ebmecouk/index.ph ... Itemid=109

However, when you hover over 'Title' or 'Hits' the black block increases in size.
(Please see attachment.)
mouse-over.jpg


Is there something I can do to overcome this?

Thanks.
User avatar
Senior Boarder

GK User
Thu Sep 19, 2013 3:57 pm
Hi,

Please try to add the following code in any template CSS file at the end:

Code: Select all
/* Tooltip fix */
table th .tooltip {
    display: none!important;
}


it should helps ;)
User avatar
Administrator

GK User
Thu Sep 19, 2013 6:38 pm
Thanks for the response Dziudek, it works. :)

Can you please also advise what to do at the bottom of the page.
http://188.65.117.74/~ebmecouk/index.ph ... Itemid=108

nav1.jpg


The page is in 'Category List' mode and the navigation is not styled (also, it has the tool-tip problem).

Thanks again. :)
User avatar
Senior Boarder

GK User
Thu Sep 19, 2013 6:55 pm
Please add the following CSS code:

Code: Select all
#adminForm > ul { text-align: center; }
#adminForm > ul li { padding: 12px; display: inline-block; }
#adminForm > ul li .tooltip { display: none!important; }
User avatar
Administrator

GK User
Thu Sep 19, 2013 7:56 pm
That was fast!!!

Thanks very much dziudek :)
User avatar
Senior Boarder


cron