Topic-icon Overriding

Active Subscriptions:

None
6 years 2 months ago #63427 by ChristopheMG
Overriding was created by ChristopheMG
Hello,

When I add in /public_html/media/sourcecoast/css
To the file : common.css
This code:
.sourcecoast.jfbcsharedialog {
	float:left !important;
}
.sourcecoast.sc_twittershare {
	float:left !important;
}

It's working, both Share and Tweet buttons are left aligned (horizontal).
If update, this code will get erased.

To override, I tried to add the file common or only the code to the file default.css in /public_html/templates/TEMPLATE_NAME/html/mod_sclogin/themes

No success, can you please help me?

Best regards,
The topic has been locked.
Support Specialist
6 years 2 months ago #63429 by alzander
Replied by alzander on topic Overriding
You should add that code into your template's default.css (or whatever file it uses for overrides). If you add it there and it still doesn't work, let me know a URL we can test at to see what's going on.

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

None
6 years 2 months ago #63436 by ChristopheMG
Replied by ChristopheMG on topic Overriding
Ok I'll just add the code in my template.css
Thank you.
The topic has been locked.
Support Specialist
6 years 2 months ago #63439 by alzander
Replied by alzander on topic Overriding
Glad to help. If you need anything else, please let us know.

Thanks,
Alex
The topic has been locked.