Hi Massimo,
Is this website somewhere online ?
Try this
.pad {
padding-bottom: 0;
}
.post-list .post-row:nth-last-child(2) {
border-bottom: 0;
padding-bottom: 0;
margin-bottom:0;
}
.post-list .post-row:nth-last-child(2) article {
margin-bottom: 0 !important;
padding-bottom: 0;
background:red;
}
hello does not work.
I put another screenshot for a better idea. I want to reduce the space that I scored.
esempio 2
thanks
massimo
Add the following code in your custom css:
.pad{
padding-bottom:0px;
}
.post-list .post-row{
margin-bottom:0px;
}
.home .pagination {
margin-bottom: 0px;
display: inline;
}
sorry , i saw that the space you want to remove is dedicated to navigation “previous or next page.” well, I would like to remove this space and navigation only home page
thanks
great !!! thanks it works !!!
if I want to delete only the navigation on the home page?
Sorry i could not get you, confused between header navigation and pagination. Can you please mark the area you want to delete in a screenshot.
For this add the following code in stylesheet:
.home .pagination{
display:none;
}
.home .pagination{
display:none !important;
}
ok !!!!!!
Hi daitarn3, perhaps you should mark this topic as resolved.