Topbar Content Resizing Issue

Hi I have a staging site at http://79.170.44.97/sitetest10.je/ and I am using the Topbar Content section in customize to try and resize the images in the browser. The images pull from the live site and here is the extract from the code.

No matter what value I enter as width it does not resize, please can you advise.
Thanks

Hey Chris,

The issue is caused by the pretty quotes you are using for the width attribute in the <img /> code:

<img src="http://www.pallotglass.com/wp-content/uploads/2019/06/pal-youtube.png" width=“30”> 

Notice that you used instead of the normal " so kindly update the quotes to something like this:

<img src="http://www.pallotglass.com/wp-content/uploads/2019/06/pal-youtube.png" width="30" /> 

Hope this helps.

Many thanks now sorted

You’re most welcome!

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