Hi there, so that didn’t work. I changed the size so that way it doesn’t cut off, but inevitably there will be a post that will be too long even for the text size I have.
I have this in my CSS for the post titles if that helps:
.article h2.post-title {
font: normal 400 1.65em ‘Lora’, Serif;
margin: 10px 0 5px;
line-height: 1.2em;
}
I tried putting in .yourclass {white-space: normal !important;} and
.yourclass {
white-space: normal !important;
}
and neither helped.
My website is: https://www.polkadotsundaybeauty.com
But since my text is smaller so it doesn’t look bad with the run off, I took a shot of what I’m seeing on my end. https://imgur.com/EBqGTL6
Thanks