Site logo

Archived topic

crp pluging custom spacing

3 replies · Started by koralp on May 27, 2021

Viewing posts 1–4 of 4

hello,

i am using Contextual Related Posts plugin. added it in Customizing ▸ Widgets ▸ Right Sidebar

can you tell me how to increase the spacing between related post items?

and I also want to center the heading of the post in the widget.

Hi there,

Try this CSS:

.crp_related_widget ul li:not(:first-child) {
    padding-top: 40px;
}
.crp_related_widget ul li {
    text-align: center;
}

Let me know :)

you are GREAT! thanks a lot, Ying! 🖤

No problem :)

This archived topic is closed to new replies.