I would like to use the content slider as a news ticker, but it is too wide. How can I narrow it to fit just one line of text with little or no padding?
Thank you!
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Please insert the Content Slider after the Layer Slider or any other element.Remove the title on each slide and save changes. Add this on your custom.css or Quick CSS:
.content, .sidebar {
padding-top: 5px;
}
#top .avia-smallarrow-slider-heading {
display: none;
}
Best regards,
Ismael