Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
I’ve been having issues with the looks of the News slider.
Main slide heading and description are overlapping.
They are not aligned as they appear at your demo version.
How can I set it right?

Here is the same problem – whenever I move the mouse courser over the title, the subtitle is overlapping. If I use the “more”-tag in the editor, then the whole site is graphically damaged.
URL: https://www.benediktakademie.at

Hello,
Sorry for the delay!
You can edit the sub-title padding by adding this code into your custom css box:
.codeless_news_slider .swiper-slide p {
padding: 7px 20px;
}
or increase the title line height by adding this custom css instead:
.codeless_news_slider .swiper-slide h1 {
line-height: 74px;
}
Best regards!
You must be logged in to reply to this topic.