sorry to bring this one back up but i didnt think to check till last night,
https://kriesi.at/support/topic/logo-size-4/
Is there anything to add to the custom coding so the logo changes on a mobile/ipad device as it goes over the home button, i guess due to keeping a fixed size??
Hello hairyhobo!
You can use this:
@media only screen and (min-width: 768px) and (max-width: 989px) {
.logo img {
height: 42px;
margin-top: 15px;
}
.responsive .main_menu ul:first-child > li > a {
padding: 0 7px;
font-size: 11px;
}
}
Best regards,
Ismael
do i replace the code i used before or just add this?
Hello!
This would be in addition to what you have now.
Best regards,
Devin