View Single Post
  #2  
Old 07-20-2017, 10:23 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Logo size on Mobile

I think you can use something like this to fit the logo into the column:
Code:
@media screen and (min-width: 768px) and (max-width: 959px) { #header .line1 .logo a img { height: auto; max-width: 100%; } }

However, you may have to override other styles too (for example, you may have to adjust the height of the header).
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote