llodoen Posted August 14, 2019 Posted August 14, 2019 Using the Harris Template, the logo I have placed on my footer appears far too large on mobile. I am looking for a solution in order to make it smaller, as it is on the laptop and tablet view. Thanks.
tuanphan Posted August 16, 2019 Posted August 16, 2019 @llodoen Can you share site url? 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!)
tommb Posted April 14, 2020 Posted April 14, 2020 @tuanphan @llodoen Agreed - in fact the footer is too large on mobile, tablet and desktop. It seems if you only have one line of copy as I do, the Footer Top Blocks and Footer Bottom Blocks just add unnecessary padding. Does anyone know how to decrease the overall size of the footer? here's my site: https://orange-lemon-c629.squarespace.com/
tuanphan Posted April 15, 2020 Posted April 15, 2020 10 hours ago, tommb said: @tuanphan @llodoen Agreed - in fact the footer is too large on mobile, tablet and desktop. It seems if you only have one line of copy as I do, the Footer Top Blocks and Footer Bottom Blocks just add unnecessary padding. Does anyone know how to decrease the overall size of the footer? here's my site: https://orange-lemon-c629.squarespace.com/ What is password? 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!)
CarolynSmith Posted April 21, 2020 Posted April 21, 2020 On 4/14/2020 at 10:15 PM, tuanphan said: What is password? I am having the same issue. Please see my site and password below. Maybe this will help. Thank you in advance for your help, tuanphan! https://hulseygardens.squarespace.com Password: 1234
tuanphan Posted April 21, 2020 Posted April 21, 2020 9 hours ago, CarolynSmith said: I am having the same issue. Please see my site and password below. Maybe this will help. Thank you in advance for your help, tuanphan! https://hulseygardens.squarespace.com Password: 1234 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { /* resize logo column */ div#page-section-5e924e1ca1d96d58ed3c4e74 .span-12>.row>.span-2:nth-child(3) { width: 50% !important; margin: 0 auto; display: block; } } 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!)
CarolynSmith Posted April 21, 2020 Posted April 21, 2020 1 hour ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { /* resize logo column */ div#page-section-5e924e1ca1d96d58ed3c4e74 .span-12>.row>.span-2:nth-child(3) { width: 50% !important; margin: 0 auto; display: block; } } Thank you so much!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.