problem when the header title is long

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Aug 02, 2011 8:57 pm
Hi,
i have a problem with news show pro GK4 when the header title is long. In the attached image in the right side is how i want to use it (with few characters only used), and in the left side is how it looks when i leave it with the whole header title. it is destroyed the "align left"...
i would like to ask if tehre is any solution for this.

thanks for your time

regards

Nikos
gk_4.jpg
User avatar
Fresh Boarder

Konrad M
Thu Aug 04, 2011 6:31 am
Hi
Title lenght you can change it Article layout options. You can set how many words or chars you want to show in title.
User avatar

GK User
Thu Aug 04, 2011 9:24 am
Konrad Mlynarczykowski wrote:Hi
Title lenght you can change it Article layout options. You can set how many words or chars you want to show in title.

Hi

thanks for your reply,

I know that i can set the number of words or characters, but the problem is something else. I want to have the whole title, and when it is longer than one line the "align left" is destroyed.
I want to be like the pic in attachment
align_left.jpg
User avatar
Fresh Boarder

Konrad M
Fri Aug 05, 2011 7:03 am
Can you give us url to your site?
User avatar

GK User
Fri Aug 05, 2011 7:20 am
Konrad Mlynarczykowski wrote:Can you give us url to your site?

The url is: http://www.anatolhsport.com/
i have set the header titles without characters cut, to see the problem.
User avatar
Fresh Boarder

Konrad M
Fri Aug 05, 2011 12:55 pm
Try set float:none for headers in module settings
User avatar

GK User
Fri Aug 05, 2011 2:13 pm
Finally the solution is to add in CSS this code:

Code: Select all
#nsp-nsp_199 .nsp_art h4.nsp_header {
     width: 195px;
}


Big thanks to teitbite for his help.
User avatar
Fresh Boarder


cron