Guest Posted March 25, 2015 Share Posted March 25, 2015 I’m using Hayden and already tried the Custom CSS .site-title img { max-height: XXXpx; max-width: XXXpx;} With various sizes but in vain. Any ideas? I’m not on developer platform, could that be it? cadoganfs.squarespace.com Thank you Link to comment
Guest Posted March 29, 2015 Share Posted March 29, 2015 I have tried the CSS code above, and I can’t get my logo to enlarge, either. I don’t know if that will help you find a solution, but If you figure it out, please post here, because I need help, too. I’m loving the Hayden template and don’t want to switch. Link to comment
startzman1570047864 Posted March 30, 2015 Share Posted March 30, 2015 Hello! You'll want to modify the Logo not the title, so try using the following CSS: #logoImage img { height: auto; max-height: 100px; max-width: 100%; width: auto; } Then you can adjust the max-height to make your logo larger. Hope that helps! Link to comment
Guest Posted March 30, 2015 Share Posted March 30, 2015 It worked! Now I only need to figure out how to have it less central but size is now perfect. Thank you :D Link to comment
startzman1570047864 Posted March 30, 2015 Share Posted March 30, 2015 Hooray! Glad it worked! You can add a margin-left property to move the logo back towards the left side of the screen so your updated code would look like this: #logoImage img { height: auto; margin-left: -33px; max-height: 150px; max-width: 100%; width: auto; } Then adjust the margin-left however you want as well as the max-height. Hope that helps! Link to comment
Guest Posted March 30, 2015 Share Posted March 30, 2015 Thank you. I owe you a pint if you're ever in London :) Link to comment
startzman1570047864 Posted March 30, 2015 Share Posted March 30, 2015 Terrific! I'm glad that worked. And now I have yet another reason to visit London! Link to comment
Guest Posted March 30, 2015 Share Posted March 30, 2015 It worked for me, too! Thank you so much! Link to comment
startzman1570047864 Posted March 30, 2015 Share Posted March 30, 2015 So glad it worked for you too roots! Link to comment
junecz Posted April 11, 2015 Share Posted April 11, 2015 Yay! Just what I was looking for. Worked great. thanks! Link to comment
Thealor Posted May 27, 2015 Share Posted May 27, 2015 Thank you, this was such a big help!! Link to comment
fermentidigitali Posted March 3, 2016 Share Posted March 3, 2016 It worked nicely for me, too. Thanks! :) Link to comment
fermentidigitali Posted March 3, 2016 Share Posted March 3, 2016 It worked nicely for me, too. Thanks! :) Link to comment
jaycawbo Posted May 27, 2016 Share Posted May 27, 2016 This isn't working for me. Any ideas?? Link to comment
jaycawbo Posted May 27, 2016 Share Posted May 27, 2016 This isn't working for me. Any ideas?? Link to comment
alxfyv Posted May 27, 2016 Share Posted May 27, 2016 @jaycawbo: It would be best if you post a separate question so that this thread doesn't get hijacked. In your question, be certain to give the template name so other users can search on it, and give a link to your site. Post a comment here with a link to your question. I'll try to help. I'm a retired attorney who was asked by a friend to build a website. In a prior lifetime, in a galaxy far, far away and long, long ago, I was a computer systems analyst / programmer. I'm a novice autodidact in CSS, JavaScript and HTML learning in part by example.. I've asked questions on this forum and been lucky enough to have others help me, so I'm inclined to answer any question I can. Pay it forward. Link to comment
hkristen Posted March 29, 2018 Share Posted March 29, 2018 Does anyone know the code to fix this issue in the mobile setting? Using this code, the logo looks great on computer but is compressed in the mobile setting. Thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.