Topic-icon Alignment to left

Active Subscriptions:

None
10 years 6 months ago - 10 years 6 months ago #37508 by stelee
Alignment to left was created by stelee
How do I align the displayed social tags to the left instead of centred. See attached image, top is how it currently displays, but I want it to display like the below image.
File Attachment:
Last edit: 10 years 6 months ago by stelee.
The topic has been locked.
Support Specialist
10 years 6 months ago #37534 by alzander
Replied by alzander on topic Alignment to left
Can you post (or Private Message) a link to that page that you showed an image of? With that, we should be able to help provide the CSS that should make what you're looking for work.

Also, how did you create the 'good' image? Was that by applying some styles in the browsers developer tools.. and if so, what changes were they? If not, no worries, we can figure it out.. that will just get us started.

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

None
10 years 6 months ago #37724 by stelee
Replied by stelee on topic Alignment to left
You can see it 'in action' here:

www.wickeddigital.com.au/information/art...-cables-have-arrived

The image showing how I want it to look was created in Photoshop. Thank you...
The topic has been locked.
Support Specialist
10 years 6 months ago #37732 by alzander
Replied by alzander on topic Alignment to left
Thanks for the link. That helps a lot.

To fix the alignment to the left, you'll need to find the following style in your template's CSS file:
.scsocialbuttons {
margin-top: 15px;
margin-left: 83px;
}
The margin-left is what's shifting it over. Your CSS is compressed and GZipped, so I can't tell you the exact file.

Then, in the Social configuration area of JFBConnect, set the "Width" parameter to something like "400" and that should make the Like button not wrap.

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

None
10 years 6 months ago #37745 by stelee
Replied by stelee on topic Alignment to left
Thanks for your help, that all worked perfectly.
The topic has been locked.
Support Specialist
10 years 6 months ago #37750 by alzander
Replied by alzander on topic Alignment to left
Fantastic! Glad we could help. If you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.