Probs With Css Coding/mobile Logo After Update - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Probs With Css Coding/mobile Logo After Update

MS

Martin Seidl

Helix Framework 4 years ago

Hi Team,

see here: https://snipboard.io/5wvKgl.jpg and here http://www.responsinator.com/?url=2021.tierportal-muenchen.de%2F the logo in the horizontal mobile view is not justable in helix. how can I adjust it?

I tried this code in custom.css but it does not work: @media (min-width: 481px) and (max-width: 992px) {

sp-header {

height: 90px!important;

} .logo-image-phone { height: 70px!important; }

sp-header .logo {

display: block!important;

} }

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #29863

Hello Martin Seidl

Please check your site now. I have edited your custom.css file

/*  #sp-header .logo {
    display: block!important;
} */ 
  #sp-header .logo {
     height: 90px;
  }

Best regards

0