Good evening
I’d like to know how I can reduce the space above the footer.
I wish the detachment could not be seen.
Here is an image to better understand and the css code to customize the site inserted so far.
Thank you
Image: https://www.novabbe.com/wp-content/uploads/2020/01/spaziodaridurre.jpg
Code:
@media (min-width: 768px){ .single .td-post-template-8 .td-post-header { height: 200px; } }
.td-page-title {
display: none;
}
.page-id-7096 .td-crumb-container{
display:none;
}
.td-related-title .td-related-right {
display: none;
}
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
.pagination a:hover{
color:#fff;
background: #3279BB;
}
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}
Hi,
That space can be edit using tagDiv Composer, edit the page, click on the element -> https://www.screencast.com/t/b5rLIcMBxZK of row of element and set in css tab the margin top an bottom ( if you want to reduce the margin set it with “-” for example -48)
Hope this will help you!
Thank you!
Maybe I didn’t make myself understood. The fault of the translate. I’ll try again.
The footer is low on “all” the pages of the site. I use div composer tag on 2 pages only, I don’t use it for articles or other pages.
What should I modify? Isn’t there a css to indicate to raise the footer in the whole site?
You have given me excellent changes in the past via css, I am looking for something similar.
Hello !
As you can see here: https://www.screencast.com/t/kNIaKndYZjO The spacing is correct. Do you want it smaller?
Thank you !
I just found out that the adsense automatic ad script was creating whitespace.
Now I have solved the problem.
I meant the space before the footer widget anyway.
Thanks for your patience