Superscript notation

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Feb 03, 2014 10:51 am
Reply with quote
Report this post
Hi,

In superscript notation, the text is too much up, it even touches te previous sentence (see image). How can I solve this.

Thanks!

Walter
User avatar
Fresh Boarder

GK User
Mon Feb 03, 2014 11:38 am
Reply with quote
Report this post
Hello,

Please open css/normalize.css file in the template directory and please change:
Code: Select all
sup {
top: -0.5em;
}


to:
Code: Select all
sup {
top: 0.5em;
}
User avatar
Administrator


cron