EDIT Prestashop 8.1.7
Theme Panda
Hopefully someone is able to help me
My logo seems to have a weird sizing issue when you increase the webpage size the logo goes to how the image looks.
It turns into the mobile version
I thought it was just on Firefox but have just been on our new handheld and it and it's doing the same thing
I did try
header logo
#header-logo img {
max-width: 250px; /* Adjust the width as needed */
height: auto; /* Keeps the aspect ratio */
also tried restricting mobile version with
/* For screens smaller than 768px */ @media only screen and (max-width: 768px) { #header-logo img { max-width: 100px; /* Set desired width for mobile logo */ height: auto; /* Keeps the aspect ratio */ } }
but is still happening..
Any help appreciated