Helix Ultimate - Re-align Contact And Missing Hamburger Menu On Custom Header - Question | JoomShaper

Helix Ultimate - Re-align Contact And Missing Hamburger Menu On Custom Header

S

sydk2017

Helix Framework 1 year ago

See screenshot: https://www.dropbox.com/scl/fi/adpo128a3wx6hxtt5ukq6/Joomshaper-Capture.PNG?rlkey=njtxnrj9flk7sraad8ujlhev5&st=lvhznyxs&dl=0

  1. How do I align the contact info to the right
  2. Social and contact then need to be cetered on mobile devices.
  3. The hamburger menu is missing on mobile devices - how do I add that?
  4. How do I keep the logo the same size on mobile? It shrinks down too much no matter how wide I make that column - see screen shot here: https://www.dropbox.com/scl/fi/j8vrrkondczg26ymeo8bv/Joomshaper-mobile.PNG?rlkey=6lcaeiurr9ccj0rphqr3jw79k&st=4jf4ywyk&dl=0

site is here: https://conceptdigitalmedia.org/srqluxuryestate.com/

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #158926

Hi there!

Thanks for reaching out to us.

  1. Please use the following code in your custom CSS:
    .sp-contact-info {
     text-align: right;
    }
  2. Sample code snippet for that:
    @media (max-width: 991px){
    .social-icons, .sp-contact-info {
     text-align: center;
    }
    }
  3. The offcanvas is ther, but it is as same colored as your background. So please use this:
    .burger-icon>span {
     background-color: #ffffff;
    }
  4. Please increase your mobile logo image height. You can do this from the basic tab of your template Options or you can use custom CSS either:
     .logo-image-phone {
         height: 70px !important;
     }

    Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Hope this helps!

Best Regards

0
S
sydk2017
Accepted Answer
1 year ago #159023

Hello Rashida,

Thank you very much for answering all of my questions! With this info I was able to get everything working correctly and then fine tune it from there. I really appreciate you getting back to me so quickly.

I've been using Helix 3 for so long that Helix Ultimate has been a learning curve because nothing is as simple or straightforward anymore - but I think I'm getting used to it.

Again - thanks so much for your help! Hope you have a great weekend!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #159129

Hi,

Glad that I could help and you are always welcome :)

Have a nice day!

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

I've been using Helix 3 for so long that Helix Ultimate has been a learning curve (...) - but I think I'm getting used to it.

I think that it's simply a matter of habit. Helix Ultimate has been with us since 2018, so many people have stopped using Helix3 since then. For last few years we publish templates based on HU only. HU has more features - this also means more settings. But knowing CSS should be always your major skill.

0