Logo Header Not Vertical Center On Mobile - Question | JoomShaper

Logo Header Not Vertical Center On Mobile

Yofie Setiawan

Yofie Setiawan

Helix Framework 9 months ago

Hi,

It actually frustates me for very long time, but seems joomshaper team really not paying attention to this problem. Doesnt anyone realize that Logo on Header of Helix Ultimate, on mobile, wont vertically center?

https://ibb.co.com/K9KXdpk

0
8 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 9 months ago #179930

Hello Yofie Setiawan

Apology for the inconvenience. Please use this CSS to Template Options -> Custom Code -> Custom CSS

@media(max-width: 425px){
    div#sp-logo {
        text-align: center;
        margin: 0 auto;
    }
}

Best regards

0
Yofie Setiawan
Yofie Setiawan
Accepted Answer
9 months ago #179931

Hi Ofi,

Just tried that, but seems still doesnt fix the issue...

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 9 months ago #179932

Please share the site URL in the hidden content. I will check.

0
Yofie Setiawan
Yofie Setiawan
Accepted Answer
9 months ago #179938

Hi,

i just fix with

@media (max-width: 575px) {
  #sp-header .logo {
    height: 80px;
  }
Can joomshaper just make sure the process is seamless? Thanks...
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 9 months ago #179954

Sorry, it will not be possible to integrate for now.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 9 months ago #180032

It will not be updated as I assume. There are other dependencies. It can be easily customized with a CSS hack.

Please accept the answer if you do not have further questions. Finding the solution for the other users with the same issue will be easier. There is a button to accept answers after each comment.

0
Yofie Setiawan
Yofie Setiawan
Accepted Answer
9 months ago #179987

Hi Ofi,

Yes i mean for Helix Ultimate future update... Thank you..

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 9 months ago #180061

Later I have found it on the documentation page. Please check it.

Helix Ultimate Logo

prnt.sc/ZQbnuLwvQLWe

0