Header Hight Issue On HU 2.0 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Header Hight Issue On HU 2.0

Andrea

Andrea

Helix Framework 3 years ago

Hi, after updating from HU to HU 2.0 on a staging site (Joomla 3.10), I cannot edit the preset header hight from 80px to 110px. It worked before but not now. On other sites after the upgrade to HU 2.0 works properly. If I add #sp-header { height: 110px;} in custom CSS the logo and the menu move up as you can see here and it's not ok, expecially on tablet and mobile. Any suggestion?

Thank you Andrea

0
10 Answers
Pavel
Pavel
Accepted Answer
3 years ago #53276

After I turned on compilation SCSS to CSS and then turned off again... it worked!

Hi Andrea.

Do not forget to cleanse the cache in Joomla, and not only in the browser.

To understand: template settings control variables in SCSS. When saving the settings compiling SCSS to CSS occurs. If Compilation SCSS to CSS is OFF many of the template settings will not work.

If you want to use template settings, then for the development period, this option must be enabled. After the end of the development, it can be turned off to improve the performance of the site.

0
Ugur Uygur
Ugur Uygur
Accepted Answer
3 years ago #53108

Hi,

You can make the logo smaller for mobile devices

@media (max-width: 576px) {
.logo-image {
    height: 36px;  /*From here */
   }
}
@media (max-width: 992px) {
.logo-image {
    height: 36px;   /*From here */
   }
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #53124

Hi Andrea

You can follow Ugur intrsuctions.

Thanks Ugur for your suggestions

-Regards

0
Andrea
Andrea
Accepted Answer
3 years ago #53134

Hi Ugur, thanks for your help: this was plan B :)

Hi Mehtaz, I sure can follow Ugur suggestion, but the feature to change the header hight in HU 2.0 is supposed to work: it's not custom code not working, it's a field in the template options panel. Is it a bug or something? I'd like to now how to fix it anyway

Thank you

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #53135

Give me your site URL please I need to check

0
Andrea
Andrea
Accepted Answer
3 years ago #53137

By the way Ugur, the logo height option for tablet and mobile works properly in HU 2.0 panel. No custom code is needed to make the logo smaller!

0
Andrea
Andrea
Accepted Answer
3 years ago #53138

Here you are, Mehtaz

0
Pavel
Pavel
Accepted Answer
3 years ago #53140

Is it a bug or something? I'd like to now how to fix it anyway

Hi. If we are talking about the basic Helix Ultimate - there is no bug. Everything works fine.

Possible causes of your problem:

  1. Disabled compilation SCSS to CSS
  2. Cache
  3. Old custom code about which you forgot.
0
Andrea
Andrea
Accepted Answer
3 years ago #53197

Hi Pavel! SCSS to CSS disabled, (browser) cache cleaned many times, no custom css anywhere. After I turned on compilation SCSS to CSS and then turned off again... it worked! Can't explain but I'm fine now. Don't know what to say!

Thanks anyone

0
Ugur Uygur
Ugur Uygur
Accepted Answer
3 years ago #53264

By the way Ugur, the logo height option for tablet and mobile works properly in HU 2.0 panel. No custom code is needed to make the logo smaller!

Thanks Andrea ;)

0