<em>@akasan 303670 wrote:</em><blockquote>Hi,
Sorry for the very noob question.
I added a block, which is at the top of the site.
Where can I find in template.css styles to it?
I would like to move to the right position and change color.
Regards,
Akasan</blockquote>
Looks like the the css to work with is within the following file path –> /modules/mod_cdlogin/tmpl/css/mod_cdlogin.css
to align your login link to the right . . .
at line 82
/* Link to window open, login and logout link */
div.cd_moduletitle_logo {
background-image: url(../images/cdlogin_moduletitle.png) !important;
background-repeat: no-repeat !important;
height: 18px;
line-height: 19px;
text-align: left!important;
}
change “text-align” to “right”