Mobile Logo Not In Right Place - Question | JoomShaper

Mobile Logo Not In Right Place

DA

Dina Abramson

Helix Framework 1 year ago

Hi, I am having an issue getting the mobile logo to sit in the middle of the header. I've tried adjusting the size of the logo, the header and logo settings in the template styles and custom code. the logo is sitting too low and is showing in the container of the slideshow.

https://tackfinancial.ca/images/mobile_logo.png

Not sure how I messed this up, any help is appreciated.

thanks.

0
2 Answers
D
Dominik
Accepted Answer
1 year ago #108664

Hi Dina

Try it with this code in your custom.css:

#sp-header > .container > .row {
    display: flex;
}
#sp-logo {
    flex: auto;
}

Domi

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #108675

Hi

Thanks for contacting us. Thanks Dominik for sharing the solution with us. It may help him.

-Regards.

0