badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to create a Block at the top of “Main Stories” ?

#98250

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