Archived topic
Hook Element After First Image
3 replies · Started by Glenda on April 30, 2022
I am trying to create an affiliate statement that shows on every post, immediately after the first post image. I found this support topic and have tried working with it. https://generatepress.com/forums/search/hook++after+first+image/
It seems to actually be interfering with the centering of my image, now. It's driving me nuts, but I can't figure out how to fix it. All first images are being forced to align left, now, even though they are coded for center. Example: https://glendaembree.com/slow-cooker-pineapple-chicken-rice-bowls-with-pineapple-salsa
What I want to do is a box like this page: https://cookwhatyoulove.com/seafood-stuffed-salmon/
Any help you can offer would be appreciated.
Thanks!
Hi Glenda,
Try this CSS:
.entry-content .wp-block-image center {
border: 1px solid lightgrey;
margin-top: 20px;
}
.wp-block-image .aligncenter {
text-align: center;
}
Ying, thanks so much! It worked to get everything back on center. I really appreciate your help!
You are welcome :)