All banners with same css class
I was trying to modify the css for the adv divs inserted by the plugin but just found out that all of them are being given the same class...
Upon examining the code form banners_galore_classipress.php I'm pretty sure all ad divs should be classed differently
I'm no PHP expert but I asume the .$position. part should be outputing something right??
Code:
echo '<div class="'.$position.' adv" style="text-align:center; padding:20px;">'.$advcode.'</div>';
This is what is being outputted
HTML Code:
<div class=" adv" style="text-align:center; padding:20px;">
What I'm trying to modify is alignment and padding and set it differently on 3 ad divs...
Is that a bug or not??
You can view my site @
http://www.comprayventadearmas.com and the ads in question are the one showing each 3 classfied ads and the one above the single item description.