I am selling Sponsor Ads that scroll along the bottom of the page, that is if I can get them in the right place. and by the way you really should add this to the them as it is a revenue source. I have made $1,000 of of these and the site isnt done yet. So people are missing out. Plus if its built in they could sponsor a specific page or all. Just need a management system in admin. Anyway i need help placing this at the bottom instead of the middle of the page.
https://i.imgur.com/RM3jQEk.png
[Imgur](https://i.imgur.com/RM3jQEk.png)

Wish we had dedicated support I still have a major bug issue with no reply that has worked.
Hi,
Why not make a footer page and set the code in it ( you can make it how need and set the selling Sponsor Ads there ), after that set the page as footer.
Please check our documentation for footer -> https://forum.tagdiv.com/footer-templates/
Thank you!
Hi,
The arrows from slider are some images, cannt be set with css, for the bubles you can use this custom css
https://www.screencast.com/t/A9H8LFG9w
.td-footer-wrapper .td-container .widget
{
height: 180px;
}
.wpls-logo-showcase .slick-dots li button
{
background: #30609b;
}
Or you can use this footer page and set in the empty column a column wit title and set you slide there -> https://www.screencast.com/t/m92HCjT0AY
You can get the page content from here -> https://pastebin.com/vmsiknMV after that set the page in footer from here -> https://www.screencast.com/t/Tbb2nJJWGJR
Thank you!
Hi,
In the way that you made the footer you can set for your slide a background color only like this -> https://www.screencast.com/t/NbgbVxJ5pvAE
.td-footer-wrapper .td-container .textwidget
{
background: gray;
padding: 0 15px 015px;
{
Thank you!
Hi,
Unfortunately we do not have for the moment this theme to make custom work, sorry!
For the arrow slider you can try this custom css but, I do not know if this will work correctly
.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active {
background: rgba(48, 96,155, 0.5) url(../images/arrow-left.png) center center no-repeat !important;
background-size: 15px 15px !important;
}
.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active {
background: rgba(48, 96, 155, 0.5) url(../images/arrow-right.png) center center no-repeat !important;
background-size: 15px 15px !important;
}
Using a footer page will be more easy to achieve that you need.
Footer page from tagDiv cloud template -> https://www.screencast.com/t/1sGZfJhqc -> https://forum.tagdiv.com/footer-templates/
Thank you!
