Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (min-width: 1000px) {
.nectar-scrolling-text.font_size_17vh .nectar-scrolling-text-inner * {
line-height: 1.5em !important;
}
}
Is there a way increase the line height of scrolling text. As you can see in the image the Scandinavian letters get cut of at the top.
Attached files: scrolling text.jpg
Hey Again,
Please provide the page URL so we can write up what's possible.
Thanks.
ThemeNectar Support Team
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team