Top Bar Height (on Mobile) Problem After Upgrade To PHP 8 - Question | JoomShaper

Top Bar Height (on Mobile) Problem After Upgrade To PHP 8

CH

Christian Haselsberger

Template 1 year ago

Hi there, the top bar shrinks to a slim line after upgrading to PHP 8. Only on mobile (not on desktop view) Template: helix ultimate https://schuetzen.scheffau.net/

Any ideas to solve? Thank you all!

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #109267

Hi

Thanks for contacting us. Use this custom CSS

@media (max-width: 575px){
#sp-header {
    height: unset !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
CH
Christian Haselsberger
Accepted Answer
1 year ago #109272

great! -worked! thank you!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #109374

You are always welcome.

0