How to center the banners in Allbanners module - Joomla! Forum - community, help and support


hello peter, using allbanners module v1.0.0

is possible center images of banners change in php or xml?
i don't want center whole right column of site

hi walters.

i'm not 100% sure, can try this:
open mod_allbanners.php file , go bottom of file.

you should see these lines:

foreach ($banners $banner){
    $imageurl = $mosconfig_live_site .'/images/banners/'. $banner->imageurl;
    $link = sefreltoabs( 'index.php?option=com_banners&task=click&bid='. $banner->bid );
    echo 'advertisement

';
}

now change last line from

echo 'advertisement

';

to

echo '
advertisement






Comments

Popular posts from this blog

Error compiling for board Arduino/Genuino Uno.

Installation database is corrupt

esp8266 (nodemcu 0.9) client.write très lent ???