Hello!
even though I have retained the same size with the sample logos (for normal and small), the logo image is not shown well by mobiles and small devices.
I attach a screenshot from my iPhone.
Do you have any idea about the necessary setting?
Thanks and regards
Leonidas
Hi Stergioultd,
Thanks for contacting us and choosing our product!
templates\jux_travel\css
please enter custom.css file: templates \ jux_travel \ css.custom.css (If not, create custom.css file). add the following to the file css.
media screen and (max-width: 768px) {
.logo .logo-image a {
background-size: 29px 180px;
}
}
you can customize the background-size: 29px 180px; as you want. Thanks.
Hope this help!