Topic-icon Adjusting the margin top for the login text link

Active Subscriptions:

None
I am trying to adjust the margin top for the login text link on my website. I need to move the link down and I can not find what CSS file I need to adjust this. I have look in the default CSS file and the bootstrap CSS. Can you please assist me on what file and line I need to change?
The topic has been locked.
Support Specialist
10 years 1 week ago #47032 by alzander
Can you post, or Private Message, a link to the page where we can understand more information about what you're looking to do. Also, with the link, if you can give more of an explanation of what link you want to move down and what's near it, that will help.

Thanks,
Alex
The topic has been locked.
Support Specialist
10 years 1 week ago #47074 by alzander
Thanks for sending me a link to the page. If you add the following to your CSS, it will push the module down like how you're looking to do:
.sclogin {
margin-top: 10px;
}
I hope that helps, but if you need anything else, just let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 1 week ago #47075 by neboy65
OK, do I add this to the default.css or to the bootstrap.css?
The topic has been locked.
Support Specialist
10 years 1 week ago #47077 by alzander
I'd add it to your own template's custom.css file or something like that where you are supposed to add modifications. If you add it to either of those files, it may be overwritten when you upgrade our module or other features of your site.

I hope that helps,
Alex
The topic has been locked.