Add paragraph spacing to RSS and Latest Post Blocke using CSS – Plane Theme
-
Does anyone now how to add spacing between the items in the RSS and Latest Posts Blocks in the Plane theme?
The blog I need help with is: (visible only to logged in users)
-
Or as an alternative is there a way to add bullet points to set items off from each other?
-
Hi there,
You can add bullet points to the RSS block list by using the following CSS:
ul.wp-block-rss { list-style: disc; }Spacing (between items) can be added with this CSS:
li.wp-block-rss__item { margin-bottom: 5px; }For the Latest Posts block, you would use this code instead:
.wp-block-latest-posts.wp-block-latest-posts__list { list-style: disc; }.wp-block-latest-posts.wp-block-latest-posts__list li { margin-bottom: 5px; }Hope that helps!
-
I forgot to mention that this is the support forum for our free sites, but your Pro Plan upgrade includes priority live chat support that you can access 24 hours a day Monday-Friday, and priority email support on the weekends.
With this in mind, you are encouraged to reach out to us here, and we can take a closer look at your issue in real time. No need to wait for a reply in the forums: https://wordpress.com/help/contact
-
-
- The topic ‘Add paragraph spacing to RSS and Latest Post Blocke using CSS – Plane Theme’ is closed to new replies.