Hi,
The option to change this can be found on the styling tab.
Set the share text placement to left or right and the text will be inline.
Thanks,
David
Hi David,
Thanks for getting back to me. Unfortunately, setting the share text to left or right doesn’t solve the issue for me (it’s been set to left from the start, but I just tried it set to right, and there was no difference). The buttons still force a line break with the text of my post. Is there another setting I should be looking at?
Thanks!
Amanda
Hi Amanda,
That is strange, I have given it a test locally just now and have not had a line break added. Have you got caching setup at all?
Thanks,
David
Hi David,
No caching. So, using this linked post as an example, I just went in and added the word “text” just before the shortcode, on the same line. In the published post, it appears on a separate line, as does the “recipe jump” link. Doesn’t seem to matter if I have the buttons and post text aligned left/right/center. I checked the markup and there doesn’t appear to be anything that should be forcing a break there.
http://stripedspatula.com/2015/03/21/mango-chutney/
Thanks!
Amanda
Hi Amanda,
I am sorry, I misunderstood what you were trying to achieve.
The shortcode will only return the buttons themselves, in its own container, this forcing the text to be above.
If you add share text in the settings it would be pulled through to the left/right all buttons, generated by the shortcode or otherwise.
If you wish to hide the share text on a particular page, you can do so using a small snippet of CSS:
.ssba { font-size:0; }
Hope that helps,
David