[ad_1]
Hello, for the vertical space between the blocks:
.sidebar-main aside {
margin-bottom: 50px;
}
.sidebar-main aside:not(:first-child) {
margin-top: 50px;
}Can you please explain your first point a bit more precise? What titles and texts do you mean? Do you mean e.g. Looker Studio Tip: How to Color bar chart by dimension value and the text below Looker Studio / 1 minute of reading ?
Thanks @benniledl. It works perfectly!
Regarding the first point I would like to reduce the space between the title “Recent Posts” and “Looker Studio Tip: How to Color bar chart by dimension value”, and also between the title “Categories” and the list of categories.
I do not know if the explenation is clear.
Let me know
Thanks 🙂
Hi, yes now I understand:
.wp-block-latest-posts__list.wp-block-latest-posts {
margin-block-start: 0px;
}
.wp-block-categories-list.wp-block-categories {
margin-block-start: 0px;
}- This reply was modified 16 minutes ago by Benni.
Thanks again @benniledl 🙂
