Michael92 Posted March 25, 2021 Share Posted March 25, 2021 Site URL: https://mikestrux.com/ Hi! Is there any way to change this? My logo in the footer looks fine on the desktop version but on mobile it takes up the entire middle of the page? Thank you! Link to comment
tuanphan Posted March 29, 2021 Share Posted March 29, 2021 On 3/26/2021 at 4:48 AM, Michael92 said: Site URL: https://mikestrux.com/ Hi! Is there any way to change this? My logo in the footer looks fine on the desktop version but on mobile it takes up the entire middle of the page? Thank you! Hi. Add to Design > Custom CSS /* resize footer logo */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1616548846078_15076 { width: 50%; } } Do you want to align right logo on mobile? or align left/center social? 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
Michael92 Posted March 29, 2021 Author Share Posted March 29, 2021 (edited) On mobile view, yes I would prefer the logo to be left-aligned and for the social links to be on the right! Thank you the custom CSS worked but now my logo on the left is higher than my social links on the right, is there a way to fix that? Edited March 29, 2021 by Michael92 Link to comment
tuanphan Posted March 31, 2021 Share Posted March 31, 2021 Use new code @media screen and (max-width: 767px) { div#block-yui_3_17_2_1_1616548846078_15076 { width: 50%; margin-right: 0; margin-left: auto; } } 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
ElizabethM Posted April 6, 2021 Share Posted April 6, 2021 Hi ! I have an issue regarding my logo on the footer. I would like it to be centered, not using de the space block but rather CSS code. Can you please help me fix this ? Thank you Link to comment
tuanphan Posted April 11, 2021 Share Posted April 11, 2021 On 4/6/2021 at 2:51 PM, ElizabethM said: Hi ! I have an issue regarding my logo on the footer. I would like it to be centered, not using de the space block but rather CSS code. Can you please help me fix this ? Thank you Can you share link to your site? 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
ElizabethM Posted April 12, 2021 Share Posted April 12, 2021 @tuanphan https://racontemoi.squarespace.com id : MRCbst2020 Link to comment
tuanphan Posted April 14, 2021 Share Posted April 14, 2021 On 4/12/2021 at 5:03 PM, ElizabethM said: @tuanphan https://racontemoi.squarespace.com id : MRCbst2020 It looks centered here? 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
ElizabethM Posted April 15, 2021 Share Posted April 15, 2021 18 hours ago, tuanphan said: It looks centered here? Yes it is 🙂 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