This topic has 4 replies, 3 voices, and was last updated 4 years, 10 months ago ago by John Holden
Hi, how to remove the empty space below the footer? Thank you!
Hello,
Theme Options > Footer > Footer styling > Footer Paddings > set 0px for bottom value.
Regards
Hi Rose
Thanks! It managed to reduce the white space but there is still a small white space as per attached image. Any idea how to get rid of it? Or change that white space into the same color as the footer?
Appreciate your help~
Hi,
Add below code to Theme Options -> Theme Custom CSS -> Global Custom CSS
.yotpo {
margin-bottom: 0;
}
Regards,
Hung PD
You must be logged in to reply to this topic.Log in/Sign up