March 28, 2022 at 5:32 pm
#98250
Theme Horse Support Team
Keymaster
Hi MARC-AURELE CHEGNIMONHAN,
Please go to ‘Theme Directory > assets > library > jquery.marquee > jquery.marquee-settings.js’. On line no: 15 you can change the value of scroll speed.
We found that you have already created the list of tags section on top of the main stories section as you mentioned. And it gooks great.
To improve the ‘Top Stories’ bar styles you can add the below Custom CSS code on ‘Appearance > Customize > Additional CSS’ as you added previously
.top-stories-bar.top-stories-bar-with-thumbnail {
width: 100%;
}
.top-stories-bar.top-stories-bar-with-thumbnail .container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
Thanks