Tablet And Mobile Logo Too Small After Helix3 Update - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Tablet And Mobile Logo Too Small After Helix3 Update

stq74

stq74

Helix Framework 3 years ago

Hello, I just updated Helix 3 framework, the logo has become very small on the tablet and phone versions, URL: https://foyerdanimation.com/ Thanks for your help

0
14 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #73093

Please check now. I have added the following css rules in custom css section

@media only screen and (max-width: 480px) {
    #sp-header {
        height: 56px;
    }
    .logo img {
        height: 56px;
    }
}
0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #71400

Hello

Thank you for your query.

Please add the following css rule in custom css section

#sp-logo {
    flex: auto;
    margin-left: 15px;
}
0
stq74
stq74
Accepted Answer
3 years ago #71410

hello thank you for your quick feedback, now it's ok, but on the scroll it goes beyond, I would like to reduce it a little bit, thank you https://imgur.com/4exzsdC

0
stq74
stq74
Accepted Answer
3 years ago #71951

Hello, my client is getting impatient, do you have a solution to my problem? thank you

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #72040

Hello

Could you please mention in which device or browser are you facing the problem? That would be helpful for me to know because I cannot see the issue from my end.

0
B
Bryan
Accepted Answer
3 years ago #72055

Hi @stq74, I had the same problem with my template. The solution was to downgrade to Helix

I have attached the plugin below. I hope that works for you plg_system_helix3_2.5.8.zip

0
stq74
stq74
Accepted Answer
3 years ago #72083

Hi Ariba, on all browsers on my Android: Brave, Chrome, Firefox and Opera. You have to be on a smartphone and not simulated on a desktop computer… Thanks

0
stq74
stq74
Accepted Answer
3 years ago #72084

Hi Bryan, thank you, but I would like this problem to be fixed, it is not normal that Joomshapper takes so long to respond and solve a problem.

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #72159

You have set the logo image height to 76px and the header height to 55px - hence the overflow.

Please change the following css rule in custom css - you have to make the header height 76px (same as the logo height).

@media only screen and (max-width: 480px) {
    #sp-header {
        height: 55px;
    }
}
0
stq74
stq74
Accepted Answer
3 years ago #72273

Hi Ariba, it does not work and I prefer to reduce the logo. Thanks

0
stq74
stq74
Accepted Answer
3 years ago #72918

Hi Would you have an answer? Thanks

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #72921

Please share your administrative access. Use the hidden mode to share the log in credentials.

0
stq74
stq74
Accepted Answer
3 years ago #73047

I just created an access for you. Thanks

0
stq74
stq74
Accepted Answer
3 years ago #73097

thanks, but I had to add:

width: auto !important;
0