spinach2 Posted February 24, 2021 Share Posted February 24, 2021 (edited) Site URL: https://parrot-coconut-lrey.squarespace.com/ Hey there, I'm looking to display a logo at a specific size in my footer, however when I have resized it outside of Squarespace it keeps on showing up blurry so I'm looking for a workaround with a JPG which is crisp but too big. I have inserted a HTML Code Block in the footer with the following code: <a href="www.artscouncil.org.uk" class="arts-council-logo"><img src="https://static1.squarespace.com/static/6036247f4f16d770dff790e6/t/603683bfc100495c1d604681/1614185408740/lottery_Logo_Black+RGB.jpg" alt="Arts Council Logo"/></a> And I have used the following CSS, but it has not effected the image at all. .arts-council-logo { height: 70px; width: 100%; } Might be being really stupid here but I appreciate the time anyone takes to respond 🙂 Edited February 24, 2021 by spinach2 Link to comment
tuanphan Posted March 1, 2021 Share Posted March 1, 2021 Hi. What is password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
torchglow Posted March 17, 2021 Share Posted March 17, 2021 Try: .arts-council-logo img{ height: 70px; width: 100%; } Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment