VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: parfumylacno on June 05, 2018, 12:29:02 PM

Title: Responsive logo
Post by: parfumylacno on June 05, 2018, 12:29:02 PM
Hello

I just find out, that my responsive template of my eshop  (https://www.parfumylacno.sk/clanky/33-parfumerie-a-eshopy/842-notino-sk) (you can see on attached link or picture in attachments) doesn t work fully responsive = my logo is in mobile devices not responsive - you can see in attached picture.

Plesase, is there any simply solution to make any changes in CSS code to make logo responsive? Or I have to change logo with any another responsive version?

Thank you very much.

Have a nice day.
Title: Re: Responsive logo
Post by: jjk on June 05, 2018, 14:47:03 PM
Perhaps try to change in bootstrap.responsive.css:

a#logobox img {
    max-width: 373px;
}

to

a#logobox img {
    width: auto;
}

If your template supports a custom.css file, add it to that instead.
Title: Re: Responsive logo
Post by: parfumylacno on June 15, 2018, 11:28:46 AM
sorry for my late response - i forgot to set notifications, when anybody write a response.

thank you very much, now it is working, thank you.