Align the module title to the right

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
Tue Sep 11, 2012 2:01 pm
Reply with quote
Report this post
Hi dear support,
I need to move/align the module title to the right as the attachment.
Please which CSS-file I will edit.

Best regards
Joomlis
User avatar
Expert Boarder

Konrad M
Tue Sep 11, 2012 2:24 pm
Reply with quote
Report this post
Hi,
please add own suffix to this module, for example ' mysuffix' and try add to override.css
Code: Select all
.mysuffix .header > span {
float: right;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Tue Sep 11, 2012 2:47 pm
Reply with quote
Report this post
Thanks it's works fine,
User avatar
Expert Boarder


cron