Tagged: logo
My customer wants her header logo larger. How can I do this with CSS (or using any other method) and still have it display properly on all screens?
Thank you!
Nancy
Hey nancyT,
Add this to quick css:
span.logo{
width:100%!important;
}
@media only screen and (max-width: 767px){
span.logo{
width:70%!important;
}}
Best regards,
Jordan Shannon
Thanks!!! That did the trick.
Very appreciative of your speedy response ;-)
Nancy
Hi,
Happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon