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: Responsive layout adjustment

#76969

Hi @marcus-johnson,

We checked your Site but we didn’t understand about the layout issue on 1950px to 2370px. The layout is working very well above 1950px. But we have found the issue as you mentioned Featured posts getting beneath the Featured Banner Slider on the screen size below 1199px to 992px. This is happening just because the bootstrap CSS file is loaded after the parent theme style.css file in your Child Theme. So the style is override by Bootstrap CSS. You have to maintain all of the parent theme dependencies as this theme have more than 1 CSS file. So you need to load Bootstrap CSS before parent theme style.css and then child theme style.css.

Thanks