-
ronniecanty
I’m using ‘Marketer’ theme and want to center my images in blog posts. How do I achieve this?
-
Hi there,
As the template has been changed a few times, I’m not sure which version you are using.
Can you show me the post in question? -
ronniecanty
Here is a link to the page (images are close to the bottom of the page: https://thesquirrellybiker.com/the-beginner-rider-confidence-system-guide/
-
Just to confirm, you want something like this?
https://app.screencast.com/XHjZyF8PXYeVDIf so, add this CSS; this will center all images that have a link.
.entry-content a:has(img) { display: block; text-align: center; } -
ronniecanty
Yes, that’s exactly what I want. However, I don’t know where to place the code.
-
ronniecanty
Disregard, I got it! Thank you for the assistance.
-
No Problem 🙂
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.