Jump to content

Remove white line/space under footer

Recommended Posts

  • Replies 9
  • Views 2.4k
  • Created
  • Last Reply

Top Posters In This Topic

It is Elfsight Search Widget. Maybe you installed wrong way. You try contacting Elf Support. Or just adding this to design > Custom CSS or Website > Website Tools > Custom CSS

div[id*="eapps-search"] {
    display: none;
}

 

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
On 8/18/2023 at 3:50 PM, tuanphan said:

It is Elfsight Search Widget. Maybe you installed wrong way. You try contacting Elf Support. Or just adding this to design > Custom CSS or Website > Website Tools > Custom CSS

div[id*="eapps-search"] {
    display: none;
}

 

Hi @tuanphan,

 

Thanks for having a look. Unfortunately Elfsight support can't seem to help me. And the code you sent doesn't solve it unfortunately. Nothing changes after applying it. 

Any idea why this would be?

Much appreciate your time,
Mathias

Link to comment
22 hours ago, Mathias654321 said:

Hi @tuanphan,

 

Thanks for having a look. Unfortunately Elfsight support can't seem to help me. And the code you sent doesn't solve it unfortunately. Nothing changes after applying it. 

Any idea why this would be?

Much appreciate your time,
Mathias

I don't see white space now. You try checking outside edit mode

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
  • 3 months later...
4 hours ago, Sido said:

Hello, it seems that i'm stuck with the same problem here as there is a weird yellow space at the very bottom of each page. Does anyone know a way around it ?

My website is https://bobcat-lobster-x63w.squarespace.com/   (password: talkie)

Thanks in advance 🙂

Try adding to Website Tools > Custom CSS

body {
	background-color: #e8e1fd !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

Thank you for your help @tuanphan Your solution works perfectly on the homepage !

The remaining problem is: the "about" page and the project ones have different background colors (yellow and green) so this empty space at the bottom is now purple on these pages as well.

Would you happen to know how to fix this?

Link to comment
17 hours ago, Sido said:

Thank you for your help @tuanphan Your solution works perfectly on the homepage !

The remaining problem is: the "about" page and the project ones have different background colors (yellow and green) so this empty space at the bottom is now purple on these pages as well.

Would you happen to know how to fix this?

Change above code to this to make it affect homepage only

body.homepage {
	background-color: #e8e1fd !important;
}

Add a Code Block on these page (Project, About Pages) > Use this code, edit color with your color

<style>
  body {
	background-color: purple !important;
}
</style>

 

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
10 hours ago, Sido said:

I did as you said and i worked well for the the "about" page.

But not for the "projects" ones (the green ones). Does it work for you ? For some unkown reason i still get a weird yellow space at the bottom of the page.

I see, and it appears 1s then disappear

Because you used this code

image.png.030c688393629104305cb65515b8755d.png

Try this new code to Website Tools (under Not Linked) > Custom CSS to override it on all projects

body.collection-657c08e01f262507bf3c946e {
    background-color: #bbeabc !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

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.