Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author krozero

    (@krozero199)

    HI, i know this is already fixed. just incase someone have similar problem .

    add css targeting your widget ul. ie
    //add this line to bottom of style.css
    ul{
    list-style: none !important;
    }

    or just click advance setting and select div for widget before/ after .

    Thanks!

    I`m having the same problem on all of my pages on this blog

    http://www.yanodat.com/highest-paid-male-actors/

    All my custom widgets are set with <div>

    Thanks

    I had the same problem. I added the code, above, to style.css, and that didn’t help. I ended up deleting all widgets.

    :-/

    Just go to your functions.php file and add this code to the registered widget

    ‘before_widget’ => ‘<div class=”widget-item”>’,
    ‘after_widget’ => ‘</div>’

    That should take care of your problem.

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

The topic ‘Dot appearing above widget area’ is closed to new replies.