Finion Mobile Logo Size - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Finion Mobile Logo Size

Claire Haas

Claire Haas

Template 2 years ago

Hi,

How do I make the mobile logo wider in the Finion Teplate please? At the moment it's all squished up on the left. Here is my site.

Kind regards :-)

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #98920

Hi

Thanks for contacting us. Use this custom CSS

.logo-image-phone {
    height: auto !important;
    max-width: 150px !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
Claire Haas
Claire Haas
Accepted Answer
2 years ago #98922

Hi,

Thank you, I was close! I had everything except: height: auto !important;

Thanks again -)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #98994

You are always welcome.

0