This topic has 2 replies, 2 voices, and was last updated 10 years ago ago by Robert Hall
Hi, Helen has been helping on the Theme forest forum but I thought it best to use this forum.
I am trying to make my logo as big as possibe but it was knocking it out on the ipad. If I add Helens CSS it is fine on the ipad but small on the computer.
What is the correct CSS so it is big on the computer and small on the ipad.
Helens CSS
@media (max-width:979px){.header5 .logo img, .header6 .logo img, .header1 .logo img, .header7 .logo img{max-width:250px;}}
This is my CSS
.header5 .logo img, .header6 .logo img, .header1 .logo img, .header7 .logo img {
max-width: 450px;
}
http://www.reasoninteriors.co.uk
Many thanks,
Clare.
Hello,
Try to add this code into custom.css file
@media (max-width: 979px){
.header5 .logo img, .header6 .logo img, .header1 .logo img, .header7 .logo img {
max-width: 300px;
}
}
Regards,
Robert Hall.
The issue related to '‘Logo Size’' has been successfully resolved, and the topic is now closed for further responses