Homepage widgets

Hey guys,

I’m trying to add the following instagram widget - Feed Them Social – SlickRemix to my frontpage which in my case is a woocommerce shop - http://fitnessinc.co.nz/wordpress/. The Homepage widgets won’t work, all 3 display nothing. If I use the Footer widgets I have some luck but the widget won’t use all of the space. It uses only the width of one widget even if I don’t intend on having the other 2 footer widgets in place.

Could you please help with either the following:

  • how do I get the homepage widgets to work/show
  • how to use one footer widget which uses the full width of 3 widgets

I hope that made sense.

Great theme by the way!

Cheers
Pete

Hi Pete,

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

– how to use one footer widget which uses the full width of 3 widgets

You can try achieving this by adding 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

.col-sm-4.footer-widget {
    width: 100%;
}

Best Regards,
Movin