This topic has 10 replies, 5 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hi
Can you help me remove this white space?
https://www.dropbox.com/s/5wuvhusiu6ikt9k/delete-white-space.jpg?dl=0
I have tried everything I know 🙂 but there is 35px of white space I cant remove??
Best regards
Tonny
Hello,
Please use this code in Global CUstom CSS.
.content-page .wpb_row {
margin-bottom: 0px;
}
Regards,
Robert Hall.
Thanks – it works great!!
Hello,
You’re welcome!
Regards,
Robert Hall.
I put the code in and cannot get rid of the space. Help plas
Hello @redwolfgirl66,
Try to use this code in custom css.
.breadcrumbs-type-9 .content-page{
padding-top: 0px !important;
}
Regards,
Robert Hall.
Hi,
I’m trying to achieve the same effect and remove the white space below the last part of content at each page and above the footer.
Here is what I’ve tried with not success:
= I’ve changed the margin padding to -35px in VC Row Settings->Design Options->CSS Box
= Entered this code into custom CSS
.breadcrumbs-type-9 .content-page{
padding-top: 0px !important;
}
= Entered this code into custom CSS
.content-page .wpb_row {
margin-bottom: 0px;
}
Unfortunately none of these things have worked for me.
Please help!
Hello @JonathanWhite,
Please use this css code:
.page-content {
margin-bottom: 0px;
}
Regards,
Eva Kemp.
This has achieved the outcome I was looking for. Thanks!
Hello @JonathanWhite,
You’re welcome.
Regards,
Eva Kemp.
Tagged: help, persuasive, remove, themes, white space, woocommerce, wordpress
The issue related to '‘Can you help me remove this white space?’' has been successfully resolved, and the topic is now closed for further responses