Site logo

Archived topic

Extra white space after the footer

3 replies · Started by Bhavleen on July 12, 2022

Viewing posts 1–4 of 4

Can you please check the extra white area after my footer on all the devices?

How can I resolve that?

Hi there

you used the core Columns Block to create your footer columns, and it automatically adds bottom margin to the columns and the column. To remove that will require some CSS:

.site-footer :is(.wp-block-columns, wp-block-column) {
    margin-bottom: 0;
}

Or you could build it using the GenerateBlocks Grid Block where all the spacing controls are built in :)

Thanks David. I am happy that after adding the code the issue is resolved. I will try to create the footer using the Grid Block later but for now I am happy. Thanks again. You guys are the best.

Glad to be of help

This archived topic is closed to new replies.