Kidzy Template Logo - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Kidzy Template Logo

CB

Carol-Lynn Burbidge

Template 4 months ago

Good Day,

I downloaded the Kitzy Quickstart Package. I am struggling with the logo - when I scroll down, the logo gets cut off on the side, and it jumps to the top and goes smaller on the mobile version.

My off-canvas menu is also not working on my mobile version.

Kindly assist.

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #196466

Hi

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

@media only screen and (max-width: 768px) {
    #sp-header .logo img {
        width: 150px !important;
    }
}

For your mobile menu, could you please create a new forum post about it?

-Regards.

0
CB
Carol-Lynn Burbidge
Accepted Answer
4 months ago #196488

Hi,

The logo is working on my mobile now, but it still cutting off when I scroll down on my desktop/laptop after adding the code and clearing my browser cache.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #196543

Hi

In that case, you can add this CSS too

img.sp-default-logo {
    position: relative;
    top: 10px;
    left: 50px;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #198464

Hi

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

0