BeeperChirp Posted February 24, 2020 Share Posted February 24, 2020 Site URL: https://www.nateburdette.com/beam-my-spirits-up I'm using a cover page template in the York template. Right now, the "play" button on this page is centered in desktop, but in mobile, it moves to the upper left. Is there a way to center this button on mobile? I'm worried people won't see it if not. https://www.nateburdette.com/beam-my-spirits-up PW: kagome69 Thanks! Link to comment
Solution tuanphan Posted February 24, 2020 Solution Share Posted February 24, 2020 Add to Cover Page settings > Advanced > Header <style> a.sqs-slice-play-button.icon-wrapper { top: 100px; left: 100px; } </style> 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
goodformvintage Posted August 19, 2021 Share Posted August 19, 2021 On 2/24/2020 at 8:56 AM, tuanphan said: Add to Cover Page settings > Advanced > Header <style> a.sqs-slice-play-button.icon-wrapper { top: 100px; left: 100px; } </style> Hi @tuanphan i am trying to move the button down center/middle of mobile page. Can you help? Link to comment
tuanphan Posted August 22, 2021 Share Posted August 22, 2021 On 8/20/2021 at 2:41 AM, goodformvintage said: Hi @tuanphan i am trying to move the button down center/middle of mobile page. Can you help? Hi, What is your site url? 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
goodformvintage Posted September 9, 2021 Share Posted September 9, 2021 On 8/22/2021 at 2:39 AM, tuanphan said: Hi, What is your site url? www.goodformvintage.com password: Chambray3243! Thanks! Link to comment
tuanphan Posted September 12, 2021 Share Posted September 12, 2021 On 9/9/2021 at 7:50 PM, goodformvintage said: www.goodformvintage.com password: Chambray3243! Thanks! Hi, It looks like you solved this? 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
goodformvintage Posted September 12, 2021 Share Posted September 12, 2021 9 hours ago, tuanphan said: Hi, It looks like you solved this? It looks fine on desktop but the mobile view is incorrect. Can you help? Link to comment
tuanphan Posted September 14, 2021 Share Posted September 14, 2021 On 9/12/2021 at 6:54 PM, goodformvintage said: It looks fine on desktop but the mobile view is incorrect. Can you help? Add to Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1629298983426_4052 { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 999999; } } 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
goodformvintage Posted September 16, 2021 Share Posted September 16, 2021 On 9/14/2021 at 9:51 AM, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1629298983426_4052 { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 999999; } } Thanks so much! This worked perfectly! 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