• Resolved ohiodoc

    (@ohiodoc)


    I am using a image widget .Should be pretty simple but the simple image widget cuts my pic so only half shows up and I found another widget that allows me to make the image as big as I want but i am getting a dot in the corner. Why is this happening to both? Here is the site. https://breastenlargementlasvegas.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Those “dots” are because the elements in your widgets are a list – and lists have bullets in your theme. You can get rid of them by adding a custom CSS plug in (JetPack or Custom CSS manager for example) and then adding this CSS:

    ul.xoxo {
        list-style: none outside none;
    }

    Thread Starter ohiodoc

    (@ohiodoc)

    how can it be a list when it is just a image widge?

    That’s just how widgets are structured – if you look at the code:

    <ul class="xoxo">
    <li id="hwim-11" class="widget-container widget_hwim">
    <a href="https://drstile.com/breast-surgery/">
    </li>
    <li id="hwim-6" class="widget-container widget_hwim">
    <li id="hwim-5" class="widget-container widget_hwim">
    <li id="hwim-4" class="widget-container widget_hwim">
    </ul>

    Thread Starter ohiodoc

    (@ohiodoc)

    well that is dumb why they did that but it worked thanks alog.

    LOL – I think it goes back to when sidebars/widgets traditionally contained lists of links — but you’re right it’s not too logical in every instance :).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘issue with widget’ is closed to new replies.