March 25, 2020 at 2:43 pm
#76140
Theme Horse Support Team
Keymaster
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