HI,
Our website (see private) does have a lot of white space on various pages between the items.
We would like to have them as less ass possible to have more text and images on screen without scrolling.
Hey BPC,
Please provide a link to the site in question.
Best regards,
Jordan Shannon
see private
Hi,
For the first screen you can add the following to quick css and adjust as you need it:
.page-id-27 main.template-page.content{
padding-top: 10px!important;
padding-bottom: 10px!important;
}
For the second screen you can add the following to quick css and adjust as you need it:
.page-id-258 main.template-page.content{
padding-top: 10px!important;
padding-bottom: 10px!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks, almost ok
See screenshot, the red circle, that is the white space i mean and must be less, with your code also the title goes to top.
Hi,
From the looks of the screen it looks like you didn’t reduce the bottom padding at all. In the code above just remove the reference to the top padding.
Best regards,
Jordan Shannon
I did remove the top now and set bottom to 0px
but still a little to much white space.
when i make it -10px
it goes wrong
Hi,
You can’t add a negative value on a padding.
Please add the following to quick css as well:
.avia-fullwidth-portfolio .sort_width_container{
padding-top:0px!important;
padding-bottom:0px!important;
}
Best regards,
Jordan Shannon