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

Logo In Menu

GZ

Ghada Zoubi

Helix Framework 4 years ago

Hello after the last update of the Helix template we found that the logo in the mobile not as the previous version .... plz check : https://prnt.sc/1vuiysn https://prnt.sc/1vuj2px is there any place I can make the heigh of the header in the mobile not same as the desktop ?? or how can I solve this problem

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #38093

Hello Ghada Zoubi

It can be fixed in the settings or with CSS. Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials.

Best regards

0
GZ
Ghada Zoubi
Accepted Answer
4 years ago #38160

I shared the information but I faced this problem in many websites , or even all websites , so please if you can tell me where I have to change

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #38300

Sure, I have added this CSS to Template Options -> Custom Code -> Custom CSS

@media (max-width: 991px){
    #sp-header {
        height: 80px;
    }
}

Please check your site now.

0