Jump to content

Problem with mobile version in 1.5


Recommended Posts

Hello, can somebody helpme to modify the size of my logo in the mobile version, because this now is outstretched and the result is ugly.

 

¿Somebody know which are the exact sizes for the mobile version in the 1.5 by default? Or which line of code on the theme/mobile I need modify for get it?

 

thanks in advance.

Link to comment
Share on other sites

I used it:

 

#jqm-homeheader img { width: 235px; }
/*img { max-width: 100%; } */
img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}

 

but when I put the products in the basket, another time the image is wrong... ¿Can somebody helpme, please?

Link to comment
Share on other sites

×
×
  • Create New...