Viewing 1 replies (of 1 total)
  • Hi Tynael. In Theme Options > Footer, enable Footer Ads. In Widgets, drop your image/text widget(s) into the Footer Ads sidebar. It should show up full width in the footer. You can style and position it using css. I’ve seen one report of the sidebar not showing up so you may need to apply this css:

    /* display footer ads sidebar */
    #footer #footer-ads h3 {
      display: inline-block;
    }
    #footer #footer-ads .widget {
      font-size: inherit;
      line-height: inherit;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[How to] Add Custom Text Box at the end of a post’ is closed to new replies.