Logo Size In Mobile Version Doesen't Change - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Logo Size In Mobile Version Doesen't Change

DR

Davide Gaspare Rizzo

Template 2 years ago

Hello, I'm using event planner template for joomla 4. The website is www.color-zinc.it

I have problem in changing the logo size in mobile version. I get 30px logo size anyway. I tried to put the following code in custom.css and in sp page builder page css (chi siamo page) @media (max-width: 576px) .logo-image { height: 60px; } Nothing changes. Can you please help? Best regards Davide

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #120715

Hi

Thanks for contacting us. Use this custom CSS

@media (max-width: 576px){
.logo-image {
    height: 30px;
    height: 60px !important;
}
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0