This topic has 8 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Good afternoon. I am trying to change the size of my logo that appears on my site but I cannot get it to change. I have followed the suggestions given to other users on the forum including creating the custom.css and adding the code etc but it still doesn’t alter the size at all. The size I want is 800 x 296px. I have included a login for you so you can access the site and let me know what is incorrect.
Website is http://ourmonogramboutique.com/
Hello,
If you change the logo for this size, the site will be look not correct.
Look at screenshot: http://prntscr.com/4sl8oy
Regards,
Robert Hall.
So what size would be correct then? I can’t find anywhere that it tells me what size the logo can be made to and still keep the header looking the same.
Hello,
Try to add this code into custom.css file.
.header5 .logo img {
max-width: 500px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thank you that worked for header 5 option but what would the code be if I wanted to use the first default header?
You can contact us when you changed, we will help you with the styling code.
Regards,
Robert Hall.
I would like to use the first default header so what is the styling code please
Hello,
The code for the 1st header type is:
.header1 .logo img {
max-width: 500px;
}
Regards,
Eva Kemp.
The issue related to '‘Changing logo size not working’' has been successfully resolved, and the topic is now closed for further responses