Mobile Header Area - Question | JoomShaper

Mobile Header Area

DS

DMG Support

Template 1 year ago

Hi there, I have just started this build so please be kind in your response. Logo is great on desktop but for tablet and for mobile is there a way to give padding to make the header area taller? For example if I do this code it will sit outside of the area. I assume there is a way to adjust the height as well. You can see it by viewing the site on your mobile. Thanks

@media(max-width:992px) { .logo-image-phone { height: 70px !important; } }

0
10 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #109273

So let's say that you want to fix Mobile view using CSS method.

I checked your site, and only small touch is needed

@media screen and (max-width: 680px) {
#sp-header {height: 50px;}
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #109172

Hi,

it looks that you have Helix Ultimate there, so use Settings.

check image 4 and decription for it from here >> https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/custom-header

and that setting

info_726_2023.jpg

0
DS
DMG Support
Accepted Answer
1 year ago #109173

Hmm ok, I did that but for it to fit I have to go to a 30 and man that is small. Tried this to give the header area more space but it doesn't do anything. Any other suggestions?

@media (max-width: 575px)

sp-header {

height: 80px; }

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #109174

Extra tip, a simple math calculation:

If your Mobile header has height 40px for mobile view to fit logo, the logo height must be not higher than 40px, right.

0
DS
DMG Support
Accepted Answer
1 year ago #109177

Correct, my mobile logo is 136x40. Mobile logo setting in system is 40 still doesn't fit 100% and I would like it all to fit and be larger. LOL. I love our chats, you know this stuff in your sleep and just so you know I have gotten WAY better, only need to bug you occasionally now.

0
DS
DMG Support
Accepted Answer
1 year ago #109179

This is their parent site https://www.adr-am.com/ (see mobile) so I would like the mobile to at least have our logo as large as this is. I haven't had an issue before but this is my first time in Ultimate.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #109180

Indeed, I am with on eye and one leg in bed now... late hour.

But I am not sure if you read to do that ....

Template Options > Advanced > SCSS (tab) > Compile SCSS to CSS : off/on - save settings, it should reload style

0
DS
DMG Support
Accepted Answer
1 year ago #109181

Ohhh ok, no I did not meran to do that not even sure where that setting is but I will find it. THanks and good night. Sleep well.

0
DS
DMG Support
Accepted Answer
1 year ago #109182

Didn't fix it but I know you are out for the night. Can you help in the morning? Just tell me how to make it large like the parent site example above. Thanks

0
DS
DMG Support
Accepted Answer
1 year ago #109286

Perfect!! Thank you!

0