Archived topic
items below post align right
6 replies · Started by Torsten on February 8, 2016
Hi,
is it possible to align the "share buttons" (= teilen) and next/previous post below image gallery from left to right?
website: http://goo.gl/e08YD8
regards
Torsten
the share buttons are related to jetpack, found the solution at https://en.forums.wordpress.com/topic/center-my-sharing-buttons-twitter-facebook?replies=3
still looking for a solution for next/previous post
Hi Torsten
Not an answer to your question but
I would like to know which share social icons plugin you are using if you don't mind
When you share to facebook to seems to also post a picture which my plugin doesn't do
Thanks in advance
Ian
I guess previous/next post is related to jetpack as well, sorry for any inconvenience...
Hi there,
You can two different options:
.post-navigation {
text-align: right;
}
Or you can float them:
.post-navigation {
float: right;
}
@ ian
it's jetpack.
after installing go to
→ settings → share
@ tom
thx
You're welcome :)
