How to set the "read more" boxes on the same high?

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
Wed Apr 23, 2014 6:44 pm
Reply with quote
Report this post
How to set the "read more" boxes on the same high?
couldnt find the correct classes...
User avatar
Gold Boarder

GK User
Wed Apr 23, 2014 6:55 pm
Reply with quote
Report this post
What is above the readmore boxes? Titles or short content preview? I am guessing they are all different size with a different amount of characters each. You could set them all to have the same amount which will make them all the same length.. This will make all readmores on the same spot.
If you need help send me admin
User avatar
Gold Boarder

GK User
Wed Apr 23, 2014 8:40 pm
Reply with quote
Report this post
the problem is with the content where the titles has sometimes very short descriptions and some other content titles has more...
i need another solution. i send you login
User avatar
Gold Boarder

GK User
Wed Apr 23, 2014 9:15 pm
Reply with quote
Report this post
Ok I fixed it. It is exactly like I said. Your titles were all set to have a different amount of words. I set them all to have 25 characters each so they will all be the same now. If you would like to show more or less then edit each of the 3 modules, go to Article Layout, Header and change the "Title Limit value"
User avatar
Gold Boarder

GK User
Wed Apr 23, 2014 9:42 pm
Reply with quote
Report this post
ok, maybe this is the right solution. thanks
User avatar
Gold Boarder

teitbite
Sat Apr 26, 2014 11:18 am
Reply with quote
Report this post
Hi

I think setting number of words same balue may not be enought. What if one title will have long words only. It's better to use css I think:

Code: Select all
#gkBottom1 .nspArt h4.nspHeader {
    height: 48px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0;
}
User avatar
Moderator

GK User
Sat Apr 26, 2014 12:21 pm
Reply with quote
Report this post
True but it is set to have max characters so that wouldnt be a problem
User avatar
Gold Boarder

teitbite
Mon Apr 28, 2014 8:29 pm
Reply with quote
Report this post
Hi

Some characters are bigger than other, like "w" and "i". So I believe both ideas used at the same time would be the best solution.
User avatar
Moderator


cron