Footer Sidebar Widths & Shortcodes on Static Homepage

Hi,
Is it possible to change the width of the footer sidebars as I need extra space for one of them.
Also is it possible to include shortcodes on the static home page. When I insert them in a SiteOrigin Editor they just display the shortcode text.
I’m using a child theme of illdy.
Many thanks
James

Hey there,
I hope you’re doing well today

  1. Changing foot width

Kindly add and save the following code to Appearance > Customize > Additional CSS:

/*Footer order right to left*/
#footer > div.container > div > div:nth-child(1){
    width: 33%;
}
#footer > div.container > div > div:nth-child(2){
  width:33%;
}
#footer > div.container > div > div:nth-child(3){
  width:33%;
}
  1. Short code on static home page will not work based on theme design, which comprises of customized widget areas. .

Best Regards,
Support

Many thanks for the reply and the code.

Best wishes.

James