hi. i want to add a “supported by” area under my footer menu where i can put sponsored by logos. how can i do this?
from this now: http://imgur.com/kvgsVdQ to this style: http://imgur.com/JmS4PiW Can you please help me with that.
Hi!
You’d need to use a custom footer.php (a duplicate) in your child theme directory, around <!-- end main -->
place something like this:
<div id="supporters">
<div class="container">
supporters here.
</div>
</div>
If you need to place an ALB shortcode / element there you could use the do_shortcode function.
Regards,
Josue
Thank you Josue http://imgur.com/EubgKpx
Hi!
Finish the supporters element and then hand me an admin account in private reply.
Regards,
Josue