Forums

mandigo bullets in sidebar (10 posts)

  1. karolinap
    Member
    Posted 4 years ago #

    Hey peoples,

    Does anyone know where to look in the code to get rid of those little bullet point cirles that come up next to each widget in the sidebar.
    Getting in the way of my adsense, and, well, just a bit useless and ugly, really...

    Thanks!

  2. Roy
    Member
    Posted 4 years ago #

    Look for the sidebar part stylesheet and make the list-style "none".

  3. karolinap
    Member
    Posted 4 years ago #

    Thanks Gangleri, got rid of the circles no problem. But still having some problems with the alignment. Any ideas how to reduce the space between the border and the edge of the widgets on the left? So many entries in the stylesheet about sidebar margins that I don't know where to start...

  4. burt
    Member
    Posted 4 years ago #

    In the file themes/mandigo/style.css.php, look for the following block (line 708 in the 1.36.2 version of the theme):

    .sidebars ul li, .sidebars ol li {
        margin: 3px 0 0 0;
    }

    Change that last number to -5px, so it looks like "margin: 3px 0 0 -5px;" and the entries will shift left towards the sidebar border.

    Hope that's what you're looking for.

  5. karolinap
    Member
    Posted 4 years ago #

    Uh, it seems to have shifted the entire sidebar, I'm trying to minimise the small margin within the sidebar between the border and the content. (aligned it well though, so that's a plus).

    However it only seems to work on entry pages. My first page just got completely out of whack when I put up a couple of posts. Wierdly can't be pin-pointed to any one post, becuase they all align up well on their dedicated pages. Gargh

  6. karolinap
    Member
    Posted 4 years ago #

    Just a bit of extra info-

    The main bar where the posts show up gets widened by a couple of centimetres on my main page, but not on post pages. Ah.. maybe I need to start a new topic..?

  7. burt
    Member
    Posted 4 years ago #

    What's the URL of the site?

  8. castelfranco
    Member
    Posted 4 years ago #

    hey karolinap...

    I am having the same problem you had. Thanks to this thread I was able to remove the bullets really simply but now I would like to make the best of that extra space as well and shift things over.

    did you manage to figure it out?

    if so, please let me know

    thanks

  9. castelfranco
    Member
    Posted 4 years ago #

  10. mayooresan
    Member
    Posted 4 years ago #

    .sidebars ul li, .sidebars ol li {
    margin: 3px 0 0 0;
    list-style-type:none;
    }

    add this list-style-type:none; as shown above.. it worked for me

Topic Closed

This topic has been closed to new replies.

About this Topic