Question Regarding Predefined Header - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Question Regarding Predefined Header

Laurent

Laurent

Helix Framework 4 years ago

Hi,

If I chose this predefined header https://prnt.sc/1xtdkfe then from website front-end works fine from computer view : https://prnt.sc/1xtdmy8

But from mobile view I don't understand why there is a blank space on top of the logo : https://prnt.sc/1xtdqcd ?

Thanks

0
8 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #40813

I don't know the answer why. Probably somebody from Dev team didn't predict that some users needs only logo there, without social icons nor contact info. Yes, it has to be improved in one of upcoming updates.

By now you have to hide it by custom CSS.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #40809

Hi, Use Code Inspector from your browser and check what Section is there. Investigate basic HTML code and used CSS classes. You can always make a screenshot and share link to it for consulations.

Guide: https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

0
Laurent
Laurent
Accepted Answer
4 years ago #40811

ok here it is : https://prnt.sc/1xteckc

but I don't understand one thing : predefined header are normally automatic header layout no? so if I enable a predefined header, why I need to edit code then?

0
Laurent
Laurent
Accepted Answer
4 years ago #40814

ok understood, but would be great if you could add it on your roadmap ;-) thanks

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #40815

This may help by now:

@media (max-width: 580px) { 
#sp-header-topbar {margin: 0; display: none !important;}
#sp-header-topbar .container-inner > .row {min-height: 0;}
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #40816

yes, added.

0
Laurent
Laurent
Accepted Answer
4 years ago #40817

thanks Paul ;-)

0
Andrea
Andrea
Accepted Answer
4 years ago #44353

Hi everyone! I'm glad I found a tread with the same problem I'm facing right now. I could'n figured out how to solve it and this custom code

@media (max-width: 580px) { 
#sp-header-topbar {margin: 0; display: none !important;}
#sp-header-topbar .container-inner > .row {min-height: 0;}
}

works smooth on mobile but not on tablet. Thanks for your help, Paul

Andrea

0