i found this code to increase the size of iphone logo, but could not find code to increase for ipad. can you help? thank you!
this is what i used for iphone:
@media (max-width: 480px){
#logo img {
height: 175px !important;
}}
Hello,
Add the same code, change max-width: 480px to max-width: 979px. Change the height to your wish.
max-width: 480px
max-width: 979px
Best regards!
thank you so much! worked like a charm.
You must be logged in to reply to this topic.