Archived topic
Cannot get a space between topics on a page/post
5 replies · Started by Jeff on April 19, 2021
Hi
I just can't seem to get a space between topics on a post/page in the block editor, such as on the post at:
https://crazyoverdogs.com/best-dog-food-for-senior-dogs-2/
Can't get the space between the video and the first item - 1): Blue Buffalo Life Protection Formula Senior Chicken & Brown Rice Recipe Dry Dog Food:
Same for the 2nd item, etc.
I have tried to add a blank paragraph but it does not appear to work.
Hope you can help. Look forward to your valued reply
Jeff
Hi Jeff,
Are you hoping to increase the space here?
https://www.screencast.com/t/2F8fmim7UOF
Looks like you are using a plugin to insert the video? If so this typically this would be a better question for the plugin support as all the style it's coming the plugin itself.
You can give this CSS a shot:
.entry-content .wp-video {
margin-bottom: 40px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hope this helps :)
Leo
Sincere thanks for coming back to me. I would prefer not to get involved in adding CSS code.
If I could get a space further down, on the post
https://crazyoverdogs.com/best-dog-food-for-senior-dogs-2/
(See below) using the block editor, that would be great. I could then fix the rest of the post.
-----------------------
" This senior dog food has all of the ingredients you need to give your dog the nutritional balance he or she needs to stay healthy and strong for years to come.
SPACE HERE
2): Wellness CORE Grain-Free Senior Deboned Turkey Recipe Dog Food:"
---------------------------
Kind regards
Jeff
Hi Jeff,
If you don't want to add CSS, I would recommend you try Generateblocks plugin as block editor.
https://wordpress.org/plugins/generateblocks/
For example, you can use the headline block from GB to add the paragraph, then you can add the bottom margin for this paragraph.
https://docs.generateblocks.com/article/headline-overview/
Let me know :)
Ying
Thanks for your valued reply. That helped me. Thank you
Jeff
Great!
Glad to help :)