I have an image at the bottom of each post that I need centre-aligned. In the code it says it is central but when I actually look at this images then they are always left-aligned. Why is this happening?
Hi Jade,
Thank you for writing in, I see that you wrap that image with anchor <a> tag, please apply a class center-text to the anchor tag.
e.g.
<a class="center-text" href="#">
Hope it helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.