Remove white space between separator and footer
-
Good day folks,
We added a separator to one of our pages and after the configuration, we noticed that there is still a white space between the separator and the footer.
All margins and padding are set to zero. We added the code below and helped somehow but there is a white space in between still. We are not experts, but quick learners though. We feel that is too much code for something like this. Needless to say that we would want all the pages in the site (except the frontpage of course) to follow the same design with the separator.
.site-main p {
margin: 0;
}entry-footer {
margin-bottom: 0;article.hentry {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}This issue is important to us as we are planning to develop other pages with sections and we want to use the separators with them as well.
Could you give us a hand please?
Two last things. One, we noticed the separator is not as responsive for mobile settings as we thought it would be. Do we need to adjust that too?
Second, what form can we use to send the link to the page we need help with?
In advance, thank you for your help and interest.
- The topic ‘Remove white space between separator and footer’ is closed to new replies.