This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
Hello, space is “created” above and below the slider on the homepage (the slider should touch the menu and touch the footer) and above the image on the About (the image should touch the menu) and I have no idea why this is happening.. H E L P!
Hello,
I’ve added this code in Theme Options > Custom CSS > Global Custom CSS:
.content-page {
margin-top: 0px;
}
.page-content {
margin-bottom: 0px;
margin-top: 0px;
}
and this code in CSS block of Visual Composer editor in your “WELCOME” page:
.wpb_revslider_element.wpb_content_element {
margin-bottom: 0px !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up