I just need a bit of help adding a text align of center to p tags if they contain an image. I need this to be able to center attached images within wordpress. Thank you for any and all help you may be able to offer!
I just need a bit of help adding a text align of center to
Share
You can use
hasto narrow down the set of allpelements to those which containimgelements, and then usecssto change the property:Alternatively, you could use the
:hasselector:However, the
.hasmethod is faster than the selector.