Topic-icon update to 6.3 social buttons break layout (again)

I had a similar problem with a previous version.
I guess the CSS broke the layout of my site ..

I just updated to 6.3 and something similar happened again.

see below
File Attachment:



please advise
The topic has been locked.
Support Specialist
9 years 1 week ago - 9 years 1 week ago #52630 by mel
Have you recently changed your template also? The following 2 styles in CSS from your template are adding the horizontal bars.
.tm-content .uk-article>div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

Developer Tools is saying the file they're coming from is gzip.php?theme-8d5eeed9.css. If I remove them, the bars disappear. You can remove the border around the share buttons by adding a more specific block
.tm-content .uk-article>div.scsocialbuttons {
border:none;
}

However, if you're referring to something else as being broken other than the border, please be more specific on what's wrong.

-Melissa
Last edit: 9 years 1 week ago by mel.
The topic has been locked.
9 years 5 days ago #52696 by LarsLB
no, I haven't changed my template..

I was simply referring to the <hr> looking line going through the share buttons..
I'll try what you suggested and will recompile the css of my template as well

thank you,
Lars
The topic has been locked.
Support Specialist
9 years 4 days ago #52705 by mel
Ok, then it sounds like what I provided should fix your problem. Just let us know if it doesn't work.

-Melissa
The topic has been locked.
9 years 2 days ago #52732 by LarsLB
removed the code, lines are gone ;)
thank you
The topic has been locked.
Support Specialist
We're glad to hear that helped. If you run into anything else, or need more assistance, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It's certainly not required, but very appreciate:
extensions.joomla.org/extensions/extensi...l-display/jfbconnect

Thanks,
Alex
The topic has been locked.