Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1764889
Footer
Closed

Comments

  •  1
    theorganisedhousewife started the conversation

    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?

  •  2,699
    PenciDesign replied

    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:

    <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.jpg

    on 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