This topic has 2 replies, 2 voices, and was last updated 2 years, 2 months ago ago by Tony Rodriguez
Hello there,
There are a lot of unwanted space all over the theme, I just highlighted a few here, how to reduce these spaces from footer, header and the body?
Hello, @Louis,
For the footer space, please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and change the values in the given code as per your requirements.
.footer-bottom {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
For content bottom space, please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the browser cache.
.home .container.content-page.sidebar-mobile-bottom {
padding-bottom: 0 !important;
}
Regards 8Themes Team.
You must be logged in to reply to this topic.Log in/Sign up