Archived topic
Reduce space between Breadcrumb [Shortcode block] and Last Updated date
6 replies · Started by MMS on February 2, 2023
Hi, How can I reduce the space between the bottom of the breadcrumb [Shortcode block] and the 'Last Updated date' in the following posts:-
https://makemesustainable.com/is-tissue-paper-biodegradable/ There doesn't seem to be any way to control padding or margins on shortcode blocks.
Hi there,
Try this CSS:
.rank-math-breadcrumb p {
margin-bottom: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks, but doesn't seem to work on mobile?
Also, doesn't work in Safari (Desktop)
Hi there,
The CSS should work on all devices and all browsers.
Make sure you've cleared the cache.
Many Thanks, Had to clear the Cloudflare cache too for it to work.
Glad to hear that :)