Help identifying the source file on WP

Hi!

in a WP site I placed an image on a bottom of a page activating a link. Now later on I decided to change the image with another and to do so I changed the image without changing its size and name. However after exchanging it the image appears small. Checking out the image with Firebug I see that I can modify somewhere its width, but it seems not to be CSS, please can you help me to locate this so I can change it without to have to go to every single page and update…

The image seems to have a class of wp-image-693. Did you try adding this class to your CSS with the width that you want it to be.

It also has height and width attributes

<p>
<a href="http://bronzelights.gr/content/?page_id=325">
<img class="aligncenter wp-image-693"
 src="http://bronzelights.gr/content/wp-content/uploads/2017/01/colorful-next-step-arrow-icon-vectors.jpg"
 width="55" height="53" />
</a>
</p>

Hi, exactly, that is what i want to change, from 55 to 140, where do i find this attributes? i mean in what file do I look for to make these changes?
(the image is repeated in over 50 pages)

when I inspect with firebug under CSS it doesnt show me anything,… on HTML basis i got this what you just posted… but I dotn know where to find this “55” and make 140 of it…

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.