Hiw to customize size of home page

Posted in: Newspaper
Post count: 19

When i design the home page manually , there is a lot of space between the footer and the body. How to fix it. please explain it easy.
my website – nayaseekhon.com

Post count: 23312

Hi,

Please note that the footer section comes with such a padding-top -> https://www.screencast.com/t/PLiKIbOo. So, if you want to remove it you will need to adjust it from such a custom CSS code. Use the code below and place it in Theme panel -> Custom CSS area.

.td-footer-bottom-full {
padding-top: 0;
}

The result -> https://www.screencast.com/t/QE37pk9RF1F

Hope this helps!

Thank you!

Post count: 19

thanks buddy.
if i want to change and reduce the text size in the popular post on my website home page. What do for this.

Post count: 23312

Hi,

I have checked your website and I saw that you are using the Flex Block 1 for your homepage. Please note that you can change the text size from the Block Settings from here -> https://www.screencast.com/t/XwVca62Nu

Thank you!

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