Nectar Template: Changing Mobile Logo Size - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Nectar Template: Changing Mobile Logo Size

C

cdf12345

Template 3 months ago

Hi, I'm using the Nectar template on a test site. In the mobile version, the logo is very small. How can I increase the size? I need to know the best procedure because I'll need to do it in other formats as well. Thanks

0
1 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #198662

Hello,

Thanks for reaching out to us.

Please, use this custom css in your custom code:

@media (max-width: 576px) {
    .logo-image-phone {
        height: 100% !important;
    }
}

If you no need this Lock icon in mobile, You can hide this for mobile, So your header will properly fit on any device.

Thanks

0