Spacing

Posted in: Newspaper
Post count: 9

Hi – I have some queries and my support runs out on 02 April so please help if you can:

QUERY 1 – https://pickupacrayon.com/category/series/

Is there a way to reduce the space between the last post and the numbers 1,2,…

QUERY 2 – https://pickupacrayon.com/category/series/

Is there a way to reduce the space between the numbers 1,2,… and the footer

Post count: 35449

Hi,

If you want to reduce the space between posts you can use this code -> https://i.imgur.com/lZIpFQQ.png
.category .td_module_10 {
padding-bottom: 16px;
}

To reduce only this space -> https://i.imgur.com/NymVDsX.png
.category .page-nav {
margin: 0px 0 30px 0;
}

If you want to reduce the space above and bellow the pagination use this code -> https://i.imgur.com/2SpAM0D.png;
.category .page-nav {
margin: 0px ;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.