Comments 1theorganisedhousewife started the conversationOctober 29, 2018 at 11:12pmIs there a way to have a full width image go across the footer (across the whole 4 columns). To sit just above the instagram widget I have installed. Is this possible? How do I do this? 2,700PenciDesign repliedOctober 30, 2018 at 3:20amHi,I think you can do that by use option from: Customize > Footer Options > Add Google Adsense Code Above Footer.Example use this HTML to display your images there: <img src="http://soledad.pencidesign.com/soledad-business-magazine/wp-content/uploads/sites/70/2018/09/banner-header.jpg" alt="Banner">Replace: http://soledad.pencidesign.com/soledad-business-magazine/wp-content/uploads/sites/70/2018/09/banner-header.jpgon the above code to your images url.After that, add more this code to Customize > Custom CSS to do make this banner fullwidth: .penci-google-adsense.penci-google-adsense-footer{ width: 100%; } Best Regards,PenciDesign Sign in to reply ...
Is there a way to have a full width image go across the footer (across the whole 4 columns). To sit just above the instagram widget I have installed. Is this possible? How do I do this?
Hi,
I think you can do that by use option from: Customize > Footer Options > Add Google Adsense Code Above Footer.
Example use this HTML to display your images there:
Replace:
on the above code to your images url.
After that, add more this code to Customize > Custom CSS to do make this banner fullwidth:
Best Regards,
PenciDesign