Mobile Header And Sandwich Menu Changed After Update - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Mobile Header And Sandwich Menu Changed After Update

MS

Martin Seidl

Helix Framework 4 years ago

Hi Team,

see here: https://snipboard.io/DBThKQ.jpg

the sandwich menu is not aligned properly any more and in template options I cant change the height of the header area any more...it seems this happened after the update..... see here also: http://www.responsinator.com/?url=2021.tierportal-muenchen.de%2F

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

Hello Martin Seidl

Your issue is fixed now. Please check your site.

Best regards

0
MS
Martin Seidl
Accepted Answer
4 years ago #30854

Hi Ofi, thnx, but still in template options>Basic>Header>Header height (mobile), if i change value there it does not work! The header is still too narrow.

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

I have used this CSS to custom.css for now.

@media (max-width: 575px){
    #sp-header {
         height: 120px;
    }
}
0