Logo was Not Displayed Correctly - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Logo was Not Displayed Correctly

F

Fricke

Helix Framework 3 years ago

Hello,

i switched my Framework to Helix Ultimate (Joomla 4, SP Pagebuilder). On Desktop the Logo in the Title Row was displayed correct. On Phone and on Tablet (Iphone, Ipad) the logo is displayed distorted.

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

Hi

You have set a height here that's why it looks like this

https://prnt.sc/26c38vp

Please remove this height then it should work

-Regards

0
F
Fricke
Accepted Answer
3 years ago #51441

I didn't set the Heigth? Where/ how can I remove it

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #51701

Hi

Use this custom css

@media (max-width: 992px){
.logo-image {
    height: 75px !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.

0