Sharing & Like buttons on one line
-
Hello dears,
Would somebody be able to tell me how to get the social sharing buttons and the likes on one line? I have a couple of full width pages I would like to add sharing to, but even if the main content is contained, the sharing and likes appear below the content without any margin to the left. I can adjust the comments position in Elementor, not so the sharing.
I thought the easiest way to fix that would be to give the social sharing a center alignment and have the likes float next to them.
(I would prefer them on one line instead of stacked in any case, first likes, followed by shares, if that is possible)I tried the following to get the first version (center align+ floating likes)
/* Shares */ .sharedaddy .sd-sharing { text-align: center; } /* Likes */ .jetpack-likes-widget-loaded iframe { display: inline-block; float: right; position: relative; }
The sharing button center alignment works, but I can’t seem to get hold of the likes.
I use Neve child, if that’s in any way relevant information.
- The topic ‘Sharing & Like buttons on one line’ is closed to new replies.