Topic-icon Share action after like button

Active Subscriptions:

None
13 years 6 months ago #28598 by renasrenas
Hello,

Share box just get hidden on the right after like on facebook button.
poupar.iokis.com

Regards,

Renato Mendonça
The topic has been locked.
Support Specialist
13 years 6 months ago #28611 by alzander
Renato,
I'm not following exactly what's wrong. Can you tell me what Share box is hidden? What button are you clicking on and what page are you looking at on your site? Once we can recreate the issue, I'm sure we can help, just not sure what needs to be done to see the problem.

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

None
13 years 6 months ago #28616 by renasrenas
Alex,

Just it Like Facebook button. The share box gets hidden on the right.
Select any page.

Regards,

Renas
The topic has been locked.
Support Specialist
13 years 6 months ago #28623 by alzander
Ahh.. Thanks for clarifying.

Your CSS is compressed, so I can't see exactly what files need to be edited. The problem style is below. You'll need to remove the overflow:hidden attribute from it:
.column {
overflow: hidden;
float: left;
}
That .column style seems to be declared twice. You'll need to fix it in both locations in your CSS files.

Hope that helps,
Alex
The topic has been locked.