First blog about one of the new Templates, I have to say, I am loving them.
For this post, I am going to write about how to change the size of the logo on the Cailles Template from Squarespace.
You can pick from 2 different options in order to do this. The first one, is just going to the edit header section:
Under edit image, pick the size you consider the best one for your page.
After you find the size you like, you save the changes .
The second option is a little bit more about working on the Custom CSS, by adding the following code:
.header-title-logo img { width: auto; max-height: 150px; max-width: 200px; }
I have a more detailed post about changing the logo size on Ready Template on my previous blog entrance.
The final look will be this:
This code will work on any CAILLES Template. Hope you find it useful.