Logo Size Startup Biz Templae - Question | JoomShaper

Logo Size Startup Biz Templae

Massimiliano

Massimiliano

Template 3 weeks ago

Something strange is happening, using the Startup Biz template, the logo changes size on its own every time I change the page.

It suddenly becomes small, and then upon changing the page, it returns to the correct size.

How can I fix this issue?

the website is the following www.maspoint.cloud

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #229232

Hi,

Thanks for contacting us. It seems ok in evry page on my end. Please check the screencast from the hidden content below.

-Regards.

0
Massimiliano
Massimiliano
Accepted Answer
3 weeks ago #229260

https://gyazo.com/a57dd54402ed5c24987a9db3cc556dfe

In the photo you showed me, the logo appears small.

If you look at the attached photo, the top image has the logo at its normal size, while the bottom one is small, just as you saw.

The weird thing is that sometimes, when changing pages, it goes back to being large.

Not only that: on Firefox it appears large, on Chrome it appears small, and sometimes it enlarges.

0
Massimiliano
Massimiliano
Accepted Answer
3 weeks ago #229350

I solved the issue; basically, it depended on the retina logo. I added this code and now the logo displays correctly everywhere.

CSS / Blocca la larghezza minima del link contenitore /

sp-logo a {

display: inline-block !important;
min-width: 250px !important; 
width: 100% !important;

}

/ Forza l'immagine a riempire il contenitore senza essere schiacciata /

sp-logo .logo-image,

sp-logo .sp-default-logo {

min-width: 250px !important;
width: 250px !important;
height: auto !important;
object-fit: contain !important; /* Impedisce distorsioni */

}

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #229355

Hi,

Thank you for sharing the solution and the CSS code. It appears the issue was related to the retina logo dimensions, and your workaround should also be helpful for other users experiencing the same problem.

I’m glad to hear the logo is now displaying correctly across all devices.

You can now close this post by accepting the answer.

Thank you.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #229709

Hi

You can now close this post by accepting the answer.

0