By Eric Vermeulen on Friday, 15 March 2019
Posted in General
Likes 0
Views 820
Votes 0
I have a small issue.
I am using my logo with Vanilla and easy social in the logo position.
It looks great on a webbrowser and iPad but on my phone it is too large so it uses double space.

When i make the logo smaller and choose in vanilla for the mobile version, the size remains the same but the quality of the logo drops.

How can I add a smaller logo fo mobile use?

Thanks
Eric
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

It seems like that is bug, but I did help you applied some custom css from your Vanilla template to adjust this for now, can you give it a check and see whether it show correctly now?


@media (max-width:768px) {
body #sp-header .logo {
padding-top: 8px;
display: grid;
}
}
·
Saturday, 16 March 2019 22:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much Arlex, that works perfectly for me!

Eric
·
Sunday, 17 March 2019 01:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Sunday, 17 March 2019 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post