[ad_1]
I need to add some custom CSS for images, and that code is screwing up what I’m trying to do. For the rest of the images on my site, it doesn’t need to be there anyway.
Is there some way to remove it from the php files?
I’m not great at coding but I can follow directions, and all I’ve found for this is a “filter” to put in the functions.php, which didn’t work.
[ad_2]
In css you can just do
img {width:100% !important; height: auto !important;}