Mini K2 Content Headlines Title - Chrome Issue

@Pedant can you please edit this file :

modules/mod_minik2/tmpl/newsticker.css

find this code :
.ticker-title {
	display:inline-block;
	height:20px;
	line-height:20px;
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	text-transform: uppercase;
	border-radius:4px;
}

change with this one
.ticker-title {
	display:inline-block;
	height:20px;
	line-height:20px;
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	text-transform: uppercase;
	border-radius:4px;
	width:65px!important;
}

Please let me know if it works or not
11 years 5 months ago #7 by andy

Please Log in or Create an account to join the conversation.

Hi

Sorry for such a massive delay in responding to this.

The fix you have suggested works perfectly, can I suggest to anyone using it that if your headline title is short i.e. News then you may need to adjust the 65px to a smaller size.

Also, for me, newsticker.css was in:

modules/mod_minik2/tmpl/newsticker/assets/newsticker.css

Thanks again. :)
11 years 3 months ago #8 by A

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum