logo size
-
Hi, Please see https://www.elitecleaningandrestoration.ca/
The logo looks great on my desktop, but almost disappears (very small) when viewed on my phone.
I saw on another post that you showed someone how to make some changes to the custom header.pho file and to the css. My logo size is 275W x 125 h. I changed the customheader.php file (line 14 and 15):
‘width’ => 275,
‘height’ => 125,
I also added this to the css:.site-header .site-branding .logo img {
float: left;
max-width: 100%;
max-height: 125px !important;
margin-right: 10px;
}
I also added the following css:#page .header-container {
display: table;
height:350px;
margin: 0 auto;
text-align: center;
max-width: 955px;
}I’m not sure if my logo size messed things up? Or can you suggest something that can make the logo properly on a mobile device?
Thanks,
Abe
- The topic ‘logo size’ is closed to new replies.