Lofty Posted September 19 Share Posted September 19 Site URL: https://www.godalmingtherapy.co.uk Hi When viewed on a mobile, the logos at the bottom of my website are way too large (the ones for the BACP, Psychology Today and EMDR). when I look it up on these help pages, people talk about editing the CSS codes, but I honestly can't see where to do that. I go in to 'design' and can just edit fonts etc. There is no CSS option. Can anyone help with this? The logos are find on the desktop website. Many thanks Jo Link to comment
tuanphan Posted September 20 Share Posted September 20 You can use this to Website Tools (under Not Linked) > Custom CSS to fix problem @media screen and (max-width:640px) { footer#footer .image-block { max-width: 150px; margin: 0 auto; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Lofty Posted Monday at 09:32 PM Author Share Posted Monday at 09:32 PM oh, found it. yes that looks better, thanks. Is there any way to have them displaying with more than one to a line? They are now stacked one above each other. Link to comment
tuanphan Posted Tuesday at 07:52 AM Share Posted Tuesday at 07:52 AM 10 hours ago, Lofty said: oh, found it. yes that looks better, thanks. Is there any way to have them displaying with more than one to a line? They are now stacked one above each other. You can try this extra code @media screen and (max-width:640px) { footer#footer .span-2 { width: 50% !important; float: left !important; } footer#footer .span-2:first-child { margin-left: 25%; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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