Add a 4th homepage widget full width

Hi! I am using the three homepage widgets on my main static homepage. But now, I will like to add another homepage widget under the other three, but this time full width. How can I do this? Is it possible? Thanks for any help. :slight_smile:

Hi @zoetropo,

I hope you are well today and thank you for your question.

You can try achieving that by adding 4th widget in the “Homepage Widget 1” below existing first widget then add the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


@media (min-width: 992px){
 .home-widget-area .home-widget:first-child .widget:nth-child(2) {
    width: 678px;
}
}

Best Regards,
Movin

Thanks, it worked! :slight_smile:

You are most welcome here :slight_smile: