Is there a way to center a Pinterest block? It looks bad left justified when all other images on my post are centered. Can I change the size of it at all?
Hello Gary,
Can you add this CSS code in your template css file:
.pinterest-block {
text-align: center;
}
As for the size, I'm sorry but it is not possible.