Logo Not In Header In Mobile Version - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Logo Not In Header In Mobile Version

D

Dominik

Template 7 months ago

My logo has slipped under the header in the mobile version. How do I put it back in the header?

https://prnt.sc/6LzHo2B1RA_g

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 7 months ago #187840

Hi

Thanks for contacting us and sorry for your issue. You can use this CSS in your custom.css file

@media (max-width: 992px) {
    .logo-image-phone {
        position: relative;
        bottom: 42px;
    }
}

-Regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #199901

Hi

Is this resolved now? If yes, you can then close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #199997

Thanks for accepting the answer.

0