Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi! Thanks.

    You would add your divs and ad code by editing footer.php with a child theme and add it right above:

    <footer id="footer">

    If you want a widget area there, go to Theme Options > Sidebars > Add a new one and call it for example “footer-ads” (ID). Then add this there to show it:

    <div id="footer-ads">
    <?php dynamic_sidebar( 'footer-ads' ); ?>
    </div>
    <footer id="footer">

    Thread Starter Fatih KIBAR

    (@fatihyollarda)

    Thanks it worked great.

    How do I close this width? -> http://i.hizliresim.com/x8ozDQ.png

    Nice! Try:

    #page { padding-bottom: 0; }

    Thread Starter Fatih KIBAR

    (@fatihyollarda)

    Excuse me, but where do I use this code: (

    <div id=”footer-ads”>
    <?php dynamic_sidebar( ‘footer-ads’ ); ?>
    { padding-bottom: 0; } ?
    </div>
    <footer id=”footer”>

    You would need to either put it in the child theme’s style.css, the theme’s custom.css if you have that version which has that option, or use a custom css plugin.

    Thread Starter Fatih KIBAR

    (@fatihyollarda)

    I has been a challenge, I’m sorry, but I’ve tried yet again. I changed the line in the file style.css # page, but that gap was closing.

    Picture: http://i.hizliresim.com/KZRzRz.png

    Thread Starter Fatih KIBAR

    (@fatihyollarda)

    yes yes its work! Thank you so much 🙂

    I want to do the same thing. I have a version of the theme with CSS option. Can I just add the code there or do I have to have a child theme. I have no idea how to create a child theme or what to do once I create it. Not very techie but good at copy/paste if you tell me what to do and where to put it.

    My site: http://futureexpat.com

    I also want to put in a header ad exactly like Fatihyollarda did.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Footer ad space’ is closed to new replies.