This topic has 3 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Stan Russell
Hello
How do i remove the whitespace between the footer and top navigation.
https://resilient.com/report/
I have a custom css installed with this info
.wpb_content_element {
margin-bottom: 0px !important;
}
.content-page {
margin-bottom: 0px;
}
Thanks
Hello,
Use this css code:
.page-content {
margin-bottom: 0px;
margin-top: 0px;
}
Regards,
Eva Kemp.
Hello luckybuttons77,
please show on screenshot what results do you want to achieve and we will provide you with needed code.
Regards,
Stan Russell.
Tagged: design, layout, optimization, row padding, woocommerce, wordpress templates
You must be logged in to reply to this topic.Log in/Sign up