Adjusting Text Overflow On Sidebar

Hi,

I have chosen recent category posts widget to be displayed in the sidebar, however, the titles of some of my posts are quite long and i want them to be cut off. I know to use the overflow in css but everything i’ve tried has failed. Please can you help me?

I’ve attached a screengrab example

Many thanks,

Hi @shesoutside,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.cat-post-widget li.cat-post-item {
    max-width: 150px;
}

Best regards,
Vinod Dalvi