adamrl Posted March 31, 2022 Share Posted March 31, 2022 Hi All, I hope someone can help shed some light on my problem. I used a plugin code from ghost to underline my header button on hover, all been great havent changed anything and this morning ive logged on to make some changes to my site and the text is not centered anymore (please see photo attached) I havent changed the css file so i dont understand why its changed the text format or how to change back? Hope someone can help. Thanks Adam Link to comment
Waqas_SQSPStarter Posted March 31, 2022 Share Posted March 31, 2022 Hi Adam, share the site URL please Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
adamrl Posted March 31, 2022 Author Share Posted March 31, 2022 Hi it’s not published yet? What’s the best thing to do? Link to comment
Waqas_SQSPStarter Posted March 31, 2022 Share Posted March 31, 2022 You can password protect the site and share the password of your the front-end. In the Home menu, click Settings, then click Site Availability. Select Password Protected in the drop-down menu. Enter the password visitors will use to view your site. Click Save. Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
adamrl Posted April 1, 2022 Author Share Posted April 1, 2022 Thanks for your help Site: finchandfinley.co.uk Pass: fandf123 Waqas_SQSPStarter 1 Link to comment
Solution Waqas_SQSPStarter Posted April 1, 2022 Solution Share Posted April 1, 2022 On 3/31/2022 at 4:56 PM, adamrl said: Hi All, I hope someone can help shed some light on my problem. I used a plugin code from ghost to underline my header button on hover, all been great havent changed anything and this morning ive logged on to make some changes to my site and the text is not centered anymore (please see photo attached) I havent changed the css file so i dont understand why its changed the text format or how to change back? Hope someone can help. Thanks Adam Thanks for sharing the link. Please got to Design > Custom CSS and paste the following code. Let me know how it goes @media screen and (min-width: 0) and (max-width: 2119px) and (orientation: landscape) #siteWrapper .header-actions-action--cta .sqs-button-element--primary, #siteWrapper .header-skip-link { height: 18px; padding: 10px 35px; } Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
adamrl Posted April 1, 2022 Author Share Posted April 1, 2022 i'm guessing i start it from #siteWrapper as added the @media screen section and it threw back a syntax error? Removed that bit and has worked? Link to comment
Waqas_SQSPStarter Posted April 1, 2022 Share Posted April 1, 2022 48 minutes ago, adamrl said: i'm guessing i start it from #siteWrapper as added the @media screen section and it threw back a syntax error? Removed that bit and has worked? Yes you may remove it or may use parenthesis and it will work fine. Works both ways@media screen and (min-width: 0) and (max-width: 2119px) and (orientation: landscape) {#siteWrapper .header-actions-action--cta .sqs-button-element--primary, #siteWrapper .header-skip-link { height: 18px; padding: 10px 35px;} } Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. 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