Reduce the Space

Posted in: Newspaper
Post count: 59

Hello,

Could you teach me how to reduce the space between latest articles and the footer, it looks like a huge space, i want to reduce it a little bit.

Please See the image below:

Thank you.

Post count: 20688

Hi,

Unfortunately I cannot view the screenshot you provided
https://www.screencast.com/t/b6RmIsEJnvrd
The space between the latest articles pagination and footer section could be reduced if needed, like this (default padding is 48px)
https://www.screencast.com/t/y3wy9hSCXm6S

.page-template-page-pagebuilder-latest .td-main-content-wrap {
padding-bottom: 12px;
}

The code will work on pages with the latest articles template selected. It can be entered in Theme panel->Custom CSS.

Thanks

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