Post title is overlapping button to read more

So I have another revolution slider populating a certain type of blog post, these images seem to be populating fine whereas I’m having issues with them populating inside of another slider.

Anyways now this 2nd slider has the post title overlapping the button to “Read More” and effectively making these un-clickable

It’s on my home page towards the bottom in the “Cannabis Cryptocurrency” section:

Thanks.

Hi @ohiocannabis,

To fix it, please add this custom CSS under Theme Options > CSS:

.esg-cc.eec {
    top: 0 !important;
}
.esg-cc.eec .esg-center {
    font-size: 12px !important;
}

Hope it helps :slight_smile:

That was a great fix, thanks!

That seemed to have made the cannabis cryptocurrency blogs titles fit perfect & have 2 lines of text, but if you scroll up to the other main blog section the titles are at the top, but only a single line and getting cut off.

What would be the fix for that section/maybe site wide to do the same as the crypto blog titles?

Or do I need to remove any of the other custom CSS we have in the Theme Options CSS?

Hi John,

To fix it, you can add this in Theme Options > CSS

.eg-essential-preview-element-1 {
        white-space: normal !important;
}

Hope this helps

Worked perfect, thank you!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.