Theme Author
Tom
(@edge22)
Hi there,
The link you added has position: absolute added to the style tag. That will remove it from the flow of the content and throw off centering.
Let me know if you need more info 🙂
Ah yeah I did that because the added image was too high relative to the rest of the text (see the change I’ve left up). I’ve tried vertical-align top/middle/bottom but that doesn’t fix it. How can I make it align vertically in the center, like with the bullet point mid way up the image?
Thanks!
Theme Author
Tom
(@edge22)
Try this:
<span style="position:relative;bottom: -7px;">Link in here</span>
Perfect! Thanks so much once again.