What's your biggest current challenge? Have your say in Community Polls along the right column.

Missing the thin grey frame around the "Imerco" logo

Missing the thin grey frame around the "Imerco" logo

AlainT
New Member
9 0 0

Hi 

 

Hope someone can help me as I don't do much code and can't figure out, why the grey frame around the "Imerco" logo in the lower left corner on the screenshot is missing. The image was uploaded without the grey frame just like the others.

 

I just copy/pasted the code from the existing logos. 

The middle one is the one missing the grey frame.

 

</div>

<div class="grid_3 m-b-20">

<a href="https://hvidtogfrit.dk/k/maerker/beurer/"><img src="https://cdn.shopify.com/s/files/1/3010/9212/files/hvidtogfrit.png?v=1625044492" /></a>

</div>

<div class="grid_3 m-b-20">

<a href="https://www.imerco.dk/brands/beurer"><img src="https://cdn.shopify.com/s/files/1/3010/9212/files/Imerco_logo.png?v=1731071513" /></a>

</div>

<div class="grid_3 m-b-20">

<a href="https://www.jala-helsekost.dk/search?search=beurer&clerk=8d05a22e164e4c57bbeb05e5f01707dd"><img src="https://cdn.shopify.com/s/files/1/3010/9212/files/Jala_Helsekost.png?v=1684763002" /></a>

</div>

 

Beurer.dk - forhandlerliste kopier.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Thanks!

Alain

Replies 5 (5)

AlainT
New Member
9 0 0

This is the link to the page where you can see it if you scroll down a bit Forhandlerliste – beurer.dk 

DaisyVo
Shopify Partner
1078 138 152

Hi @AlainT 

 

In this case, I’d like to explain that the other images are slightly smaller, so they display with a default line.


[Example of smaller image with line](https://prnt.sc/aTQQaw3wxgfg)

 

However, the image you’re asking about is full-sized, so it doesn’t have that line.


[Example of full-sized image without line](https://prnt.sc/hb3UMgRWoI8f)

 

If you're okay with it, you can add this code to make the adjustment.

 

.grid_3.m-b-20 > a > img {
    border: solid 1px rgba(0, 0, 0, 0.4);
}

 

Here is the result: https://prnt.sc/_iP_qV4m3rnW

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
AlainT
New Member
9 0 0

Hi Daisy

 

Thank you very much for the reply - that makes sense. 

 

If I just want to solve it by changing the size of the image then how do I do it the right way?

 

Resizing the uploaded file didn't work and uploading a smaller image didn't seem to work either?

 

Best regards

Alain

AlainT
New Member
9 0 0

I create a 200 x 160 px image in PS and save the logo as .png without a white background, 

but when uploaded it displays as the full size 200 x 160 image with the white background.

 

Basically no matter how I try to upload or resize the image, the grey outline doesn't show.

 

Does it have something to do with the where I upload the image? I uploaded it from "Files"

under the "Content" section. The other logo aren't at this location either. Where else could these

logo image files be found if not at this location? 

 

I obviously isn't the one who set up the website from the beginning as you can hear 🙂

 

AlainT
New Member
9 0 0

From what I understand the Conent/Files location is the only location where I can get a URl, so I assume

the other logo images would be found here as well.