Hello
I put my logo on the top menu, but on the desktop version it is smaller than I want and I want it centered top to bottom. I don’t know how to adjust that.
It looks perfect on cell phone, but not on tablet (same as desktop).
Hope you can help!
Hey MysticMimi,
Thanks for the link to your page, but we could not login without a user name, nonetheless try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (min-width: 1024px) {
.logo.avia-standard-logo {
height: 200px;
top: -49px;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you! That worked great for my desktop!
On my cellphone, it looks too small. How do I fix that one?
Mimi