Topic-icon SCLOGIN text alignment - SOLVED

Active Subscriptions:

None
7 years 7 months ago #59319 by norfolkandway
HI
I have an extremely fussy client
They are compllaining that the text in the logout display is not aligned - nimb.ws/fp5MQB
The w in 'Welcome' is not in line withe the L of 'Logout'
I know..... But
Can you please tell me if I can edit css somewhere to align this text

Regards
and a huge sigh
Iain
The topic has been locked.
Support Specialist
7 years 7 months ago #59325 by alzander
The following styles will let you completely control that logout button:
.sclogout-button input.logout-link {
    padding: 0;
    color: white;
    text-decoration: none;
}
The padding is what you want. I threw in the color and removing the underline just to give some examples of other things you may want to do.

I hope that helps!
Alex
The topic has been locked.
Active Subscriptions:

None
7 years 7 months ago - 7 years 7 months ago #59327 by norfolkandway
Hi Alex, Thank you for your prompt reply
Just to minimise my mistake making...
Is this existing code? If so where can it be located (i tried using ff inspect but could find nothing relating to alignment just text size, Which I have already changed.
Is this for an existing css file or can I place in my custom.css file?
Thanks
Iain
2:30 in the morning here so must go to bed so I can get up later today - So may not respond staright away :)
Last edit: 7 years 7 months ago by norfolkandway.
The topic has been locked.
Support Specialist
7 years 7 months ago #59328 by alzander
I would recommend placing in your own custom.css file so it's not overwritten later. It's not existing code, it's something you'd need to add to override our default styles.

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

None
7 years 7 months ago #59331 by norfolkandway
Most excellent Alex
Thanks again for the great support
Changes made and looks great - Should keep the client happy :)

Fixed and closed........

Regards
Iain
The topic has been locked.
Support Specialist
7 years 7 months ago #59401 by alzander
Great! I'm glad to hear we could help get you going.

Alex
The topic has been locked.