When trying to find a solution for a particular section on a Squarespace page, I found that most of the time many people were ready and willing to provide help. However, not everyone was specific with the help they were providing. I found general information but ended up realizing, as others commented, that it was not working for me.
This lead me to add this blog today with the following data, which will guide you on how to change the size of the logo on the Ready Template from Squarespace.
By default the logo appears really small as you can see in the picture below.
So, in order to change that on your Ready Template, the following steps can help:
First, you need to go to the Design area on Squarespace, then go to Custom CSS
Once you are there, You need to add this code in the box.
CSS CODE:
.logo-image img { width: auto; max-height: 138px; max-width: 350px; }
Then you can increase the size you want to show your logo. It will look like this:
As I mentioned before. the previous code will work on every Ready Template. I hope this helps you and makes your work easier and faster.