Responsive Share Button

Posted in: Newspaper
Post count: 108

Hello, Can you help me again? I want a responsive share button on mobile, I am using style 2 button, this when I see on desktop https://prnt.sc/izhkce, and this when I see on mobile https://prnt.sc/izhl21, I want to make the share button in post responsive like in demo when seen on mobile devices, This is when I see the demo on desktop https://prnt.sc/izhn4d, I want to make the share button responsive like this https://prnt.sc/izhnj0 when I see on mobile devices. I am not using mobile theme plugin.

Thanks

Post count: 20688

Hi,

That is the new social sharing functionality, when there is not enough space available to display all the socials they will be hidden and an option will be displayed to show them (a “+” sign).

I could give you a code you could try, to remove the text on the socials on mobile, thus creating more space. Enter it in Theme panel->Advanced CSS in the phones section.

.td-post-sharing-visible .td-social-but-text {
display: none;
}

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.