emily_gen6 Posted December 27, 2022 Share Posted December 27, 2022 I've added a code block to the footer of a website, however, in Fluid Engine the Embedded Script block is adding additional spacing below the code that needs to be removed. Attached is a screenshot of the website footer, showing the extra space in black below the code. The black block should be narrow, preferably 1 row in height, not 8 as shown currently. The footer code used is: <div class="footer-copyright-statement"> <em> <p style="font-size:80%; text-align:center;"> Copyright © 2022-<script>document.write(new Date().getFullYear())</script> Allen Brothers Cattle All Rights Reserved | <u><a style="color:#ffffff;" href="/legal">Legal</a></u> | Website by <u><a style="color:#ffffff;" href="https://www.generation6.co/">Generation 6 Marketing</a></u></p></em></div> CSS .footer-copyright-statement { height:150px; width:100%; padding:10px; } Thank you for any help or suggestions. Link to comment
tuanphan Posted December 29, 2022 Share Posted December 29, 2022 Hi, What is your site url? We can check easier 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
emily_gen6 Posted December 31, 2022 Author Share Posted December 31, 2022 (edited) https://www.allenbrotherscattle.com/ Password: AllenBrothers @tuanphan Edited January 2, 2023 by emily_gen6 Link to comment
tuanphan Posted January 2, 2023 Share Posted January 2, 2023 First, edit 150px to auto it should be .footer-copyright-statement { height: auto; width: 100%; padding: 10px; } Next, add this CSS under .fe-6392539aa792845493e861db { grid-template-rows: repeat(2,minmax(calc(~"var(--container-width) * var(--row-height-scaling-factor))", auto)) !important; } 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
emily_gen6 Posted January 3, 2023 Author Share Posted January 3, 2023 Thank you @tuanphan There's an error showing in the second group of CSS. Link to comment
tuanphan Posted January 7, 2023 Share Posted January 7, 2023 On 1/3/2023 at 10:44 PM, emily_gen6 said: Thank you @tuanphan There's an error showing in the second group of CSS. Ah, I placed " in wrong position, use this .fe-6392539aa792845493e861db { grid-template-rows: repeat(2,minmax(calc(~"var(--container-width) * var(--row-height-scaling-factor)"), auto)) !important; } 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
kakers Posted January 8, 2023 Share Posted January 8, 2023 I'm having the same problem. see the space under the footer. I assume it is for the copyright area but I don't know how to access it. Special Modern Design Link to comment
tuanphan Posted January 8, 2023 Share Posted January 8, 2023 10 hours ago, kakers said: I'm having the same problem. see the space under the footer. I assume it is for the copyright area but I don't know how to access it. What is 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!) Link to comment
kakers Posted January 8, 2023 Share Posted January 8, 2023 (edited) 9 hours ago, tuanphan said: What is site url? I just sent you an invitation, Tuan. I am still building it. Edited January 9, 2023 by kakers Special Modern Design Link to comment
tuanphan Posted January 14, 2023 Share Posted January 14, 2023 On 1/9/2023 at 5:42 AM, kakers said: I just sent you an invitation, Tuan. I am still building it. You mean contributor invitation? What is site url? I received quite a few invitations from members so I'm not sure which one is yours. 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
kakers Posted January 20, 2023 Share Posted January 20, 2023 oh sorry- the site is under construction https://bny2.squarespace.com and yes I sent a contributor invitation Special Modern Design Link to comment
tuanphan Posted January 26, 2023 Share Posted January 26, 2023 On 1/21/2023 at 4:26 AM, kakers said: oh sorry- the site is under construction https://bny2.squarespace.com and yes I sent a contributor invitation The site is private. Can you setup an access 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!) 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