Header For Mobile Devices, For The Investa Template - Question | JoomShaper

Header For Mobile Devices, For The Investa Template

P

Pio

Template 3 weeks ago

Hello, for the Investa template, I would like to increase the header height for mobile devices.

Thanks Pio

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #153657

Hi,

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?

-Regards.

0
P
Pio
Accepted Answer
3 weeks ago #153689

Hello Mehtaz, the site is www.arpitelinnova.it. For viewing the site on mobile, we would like to enlarge the logo, but we should first increase the height of the header. What is the CSS code?

Thanks Pio

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #153807

You can change the mobile logo height from here. Use this CSS in your custom.css file

.logo-image-phone {
    height: 50px !important;
}
0