Support » Plugins » WP125 Pluging displays correctly, but plugins placed after it have align problem

  • Resolved xecutable

    (@xecutable)


    Hi, the problem I am experiencing, is that the “#wp125adwrap_2c .wp125ad { width:125px; float:left; padding 5px} is making the widgets after wp125 float left as well.

    The thing is they do display below it, but you cannot place any
    and separate them, so whatever plugin is placed below the wp125 it looks like it’s glued together with it.

    I tried using a text widget in between with
    and <hr/> but those get shown on the side hence trying to make a 3rd column.

    Any idea on a solution?

    http://wordpress.org/extend/plugins/wp125/

Viewing 1 replies (of 1 total)
  • Thread Starter xecutable

    (@xecutable)

    Found the solution myself after looking a bit in wp125.php

    } else { echo '<div class="wp125ad'.$altclass.'"><a href="'.$setting_buyad_url.'" rel="nofollow"'.ADLINK_EXTRA.'><img src="'.$setting_defaultad.'" alt="" /></a></div>'."\n"; }
    
    }

    echo "</div>\n";

    insert in between echo '<br style="clear:both" />';

Viewing 1 replies (of 1 total)
  • The topic ‘WP125 Pluging displays correctly, but plugins placed after it have align problem’ is closed to new replies.