GavickPro / News-Show-Pro-GK5

Advanced Joomla! content module.
28 stars 37 forks source link

The font overlaps itself in the header #293

Closed JoePiscapo closed 9 years ago

JoePiscapo commented 9 years ago

Hello,

The header text overlaps itself when it's more than one line. Is there any way to change this?

thanks, Mike

dziudek commented 9 years ago

Hello,

Please provide an URL to your website with this issue.

JoePiscapo commented 9 years ago

sure. Although we are having some ip address issues at the moment...

arion-group.com

Date: Thu, 18 Jun 2015 22:32:13 -0700 From: notifications@github.com To: News-Show-Pro-GK5@noreply.github.com CC: michaelcollado@hotmail.com Subject: Re: [News-Show-Pro-GK5] The font overlaps itself in the header (#293)

Hello,

Please provide an URL to your website with this issue.

— Reply to this email directly or view it on GitHub.

dziudek commented 9 years ago

Please add in your CSS code:

.nspArt h4.nspHeader {
  line-height: 1.2;
}
JoePiscapo commented 9 years ago

Ok, will do. But where is the CSS code? Where can I access it?

Thanks again, Mike

Date: Fri, 19 Jun 2015 06:38:36 -0700 From: notifications@github.com To: News-Show-Pro-GK5@noreply.github.com CC: michaelcollado@hotmail.com Subject: Re: [News-Show-Pro-GK5] The font overlaps itself in the header (#293)

Please add in your CSS code:

.nspArt h4.nspHeader { line-height: 1.2; }

— Reply to this email directly or view it on GitHub.

dziudek commented 9 years ago

You can add it in any CSS file used by your template.

JoePiscapo commented 9 years ago

I did that yesteday and to no avail. Though if I were to try to do it again I would have no idea how. Do you mind walking me throught that process? That would be the best!

Date: Mon, 22 Jun 2015 04:41:06 -0700 From: notifications@github.com To: News-Show-Pro-GK5@noreply.github.com CC: michaelcollado@hotmail.com Subject: Re: [News-Show-Pro-GK5] The font overlaps itself in the header (#293)

You can add it in any CSS file used by your template.

— Reply to this email directly or view it on GitHub.

dziudek commented 9 years ago

Please just open this file: http://arion-group.com/templates/emeta/css/extensions.css and put my code at the end - it must works.

JoePiscapo commented 9 years ago

I DID IT! IT WORKS!

Thank you!

Date: Wed, 24 Jun 2015 05:53:18 -0700 From: notifications@github.com To: News-Show-Pro-GK5@noreply.github.com CC: michaelcollado@hotmail.com Subject: Re: [News-Show-Pro-GK5] The font overlaps itself in the header (#293)

Please just open this file: http://arion-group.com/templates/emeta/css/extensions.css and put my code at the end - it must works.

— Reply to this email directly or view it on GitHub.