Archived topic
Same padding as pages nav
1 reply · Started by Ian on October 6, 2022
Viewing posts 1–2 of 2
How can I get the same padding on the recent posts in the footer as the pages nav that is just to the left as shown in the screen shot?
Hi Ian,
Try adding this in Appearance > Customize > Additional CSS:
.site-footer ul.wp-block-latest-posts__list.wp-block-latest-posts {
margin-left: 0;
}
This archived topic is closed to new replies.