Is there a way to fix this logo so that it fills up more of the white space on mobile devices?
Link in private, and thank in advance for the help.
Adding a “notify me by email” option. Thanks.
Hi!
Do you want to increase the logo size both on height / width and resize it also?
How do you want it to work?
Best regards,
Basilis
Yes, both height/width. So it fills the space more.
Pointbreakd, I had the same problem this should help you, paste the code below into | General Styling – Quick CSS.
Play with the max-width and margins, meaning chage them if you need to in the code, also upload a higher px logo. I don’t know the size of your logo but, 395 px worked for me.
@media only screen and (max-width: 990px) {
.responsive .logo a, .responsive .logo img {
max-width: 100%;
height: auto !important;
float: left;
margin-top: 5px!important;
}}
Hi!
Let us know if that solves the issue for you or you need any additional informations!
Cheers!
Basilis