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

Kidzy Template Demo Messy

D

digitalmaster

Template 7 months ago

I was looking over the kidzy template and noticed it had some issues on your website. I was wondering if these issues were going to be addressed? The image of the children overlap the menu and the header text on mobile view. I'd really be interested in using this template, but I was surprised it had issues.

0
6 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #188676

Hello,

Thank you for reaching out to us. I have identified the issue and have informed our management team. We are working on resolving it as soon as possible.

We appreciate your understanding.

Best regards,

0
D
digitalmaster
Accepted Answer
7 months ago #188892

is there an update to this? I would really like to use this template but it's not working right now.

0
D
digitalmaster
Accepted Answer
6 months ago #189301

Is there any update to this? I am now using this template and the issue remains.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #189414

Could you please share some screenshots of the issues you’re encountering? That would help me understand the situation more clearly and assist you better.

Since the upgrade process isn’t in my hands, I believe applying a temporary fix in the meantime would be the best approach to keep things moving smoothly.

Looking forward to your screenshots!

Best regards,

0
D
digitalmaster
Accepted Answer
6 months ago #189503

Sure, here's an actual link of your template on your website. this is a problem with the template. I also shared a screenshot on mobile of your template on your servers. Same exact issue I'm having on mine.

https://www.joomshaper.com/joomla-templates/kidzy

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #189696

Please, use this css in your custom css, Follow this guide to add custom css: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

@media (max-width: 991px){
  .sppb-slider-wrapper.varition-animation .slider-img img.slide-girl {
    width: 100% !important;
    height: 550px;
  }
.sppb-slider-wrapper.varition-animation .slider-img img{
z-index: -1;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
    margin-top: 160px;
}

.sppb-slideshow-fullwidth-item-text {
    width: 100%;
}
  .sppb-slider-wrapper.varition-animation .slider-img {
    height: unset;
  }
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .row .col-sm-6 {
    width: 100%;
}
}

Thanks

0