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: Top Stories Width

#76140

Hi @venepress-web,

Yes it is possible to reduce but have designed it in a grid layout way, so the layout might get disordered with respective to header and content width.

To reduce the width of Top stories section please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

@media (min-width: 992px) {
	.top-stories-bar .container {
		max-width: 1140px;
	}
}

Please replace the max-width to your desired one.

Thanks