• Widgets I might use in sidebar to construct menus: Custom Menu, Advanced Sidebar Pages Menu, Pages. I would like the menu items to not be indented, so remove various ul, and not have the li bullet. I cannot figure out where to do this. Thank you! page https://www.lwvdenton.org

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter markcoomes

    (@markcoomes)

    Figured out removing the bullet in theme:

    .widget li {
    list-style-type: /* square; */ none;
    margin-left: 17px;
    margin-bottom: 10px;
    }

    Still looking for the magic indentation, perhaps margin.

    Thread Starter markcoomes

    (@markcoomes)

    Under 9.0 Widgets this is what I have now:

    Edited:

    .widget li {
    list-style-type: /* square; */ none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    }

    Added:

    .widget ul { padding-left: 0px; margin-left: 0px; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove and from sidebar menu’ is closed to new replies.