Jump to content

Header logo


Andy C

Recommended Posts

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

Capture.JPG

Edited by Andy C (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...