Title: DSBBB's Replies | WordPress.org

---

# DSBBB

  [  ](https://wordpress.org/support/users/dsbbb/)

 *   [Profile](https://wordpress.org/support/users/dsbbb/)
 *   [Topics Started](https://wordpress.org/support/users/dsbbb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dsbbb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dsbbb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dsbbb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dsbbb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dsbbb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Displet Pop] CSS Conflict](https://wordpress.org/support/topic/css-conflict-6/)
 *  Thread Starter [DSBBB](https://wordpress.org/support/users/dsbbb/)
 * (@dsbbb)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/css-conflict-6/#post-5063570)
 * I ultimately fixed the problem though it is only a temporary fix and it may break
   again when a new update comes out. But here is what I did.
 * I went in with a FTP connection and change the name of the style sheet to popstyle.
   css
 * I then went into the displet-pop.php and changed the following lines:
 * function displetpop_scripts() {
    wp_enqueue_script(‘jquery’); wp_register_script(‘
   jquery-cookie’, plugins_url(‘jquery.cookie.js’, __FILE__) ); wp_enqueue_script(‘
   jquery-cookie’, array(‘jquery’) ); wp_register_style( ‘style’, plugins_url(‘style.
   css’, __FILE__) ); wp_enqueue_style( ‘style’ );
 * To
 * function displetpop_scripts() {
    wp_enqueue_script(‘jquery’); wp_register_script(‘
   jquery-cookie’, plugins_url(‘jquery.cookie.js’, __FILE__) ); wp_enqueue_script(‘
   jquery-cookie’, array(‘jquery’) ); wp_register_style( ‘popstyle’, plugins_url(‘
   popstyle.css’, __FILE__) ); wp_enqueue_style( ‘popstyle’ );
 * That removed the conflict and fixed the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LowerMedia Sticky.js Menus] remove margin from div](https://wordpress.org/support/topic/remove-margin-from-div/)
 *  Thread Starter [DSBBB](https://wordpress.org/support/users/dsbbb/)
 * (@dsbbb)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-margin-from-div/#post-5066124)
 * Thanks for the help! I didn’t set up my child theme correctly. But yes that worked.
   Would you mind posting here when the update with the fix is released so I can
   remove it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LowerMedia Sticky.js Menus] remove margin from div](https://wordpress.org/support/topic/remove-margin-from-div/)
 *  Thread Starter [DSBBB](https://wordpress.org/support/users/dsbbb/)
 * (@dsbbb)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-margin-from-div/#post-5066112)
 * Hi Hawkeye,
 * I tried your fix and unfortunately it didn’t work. It seems to be a style written
   into the div in the HTML. The site is [https://www.bbbhelp.com](https://www.bbbhelp.com)

Viewing 3 replies - 1 through 3 (of 3 total)