PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Odd behavior with a list

  1. Hi there,

    I just noticed something a bit off.

    When clicking on the "+" sign to add more list items, the "-" sign is rather off kilter.

    See http://drewclifton.com/drew-cliftons-free-seo-search-engine-optimization-make-over-session/

    Thanks I'm not sure what's causing this maybe I could get a hand! I haven't changed anything regarding the list from what I am aware...

    Best Regards,

    Drew

    Posted 12 years ago on Wednesday January 11, 2012 | Permalink
  2. Drew, in your images.css file there is:

    [css]
    .entry-content img {
        height: auto;
        margin: 0 0 18px;
        max-width: 100%;
    }

    That margin is causing the issue. You can add this to your theme's stylesheet (or images.css if you can):

    [css]
    .delete_list_item {
    margin: 0 !important;
    }
    Posted 12 years ago on Wednesday January 11, 2012 | Permalink
  3. Thanks Rob. :)

    Posted 12 years ago on Wednesday January 11, 2012 | Permalink
  4. No problem, glad to help!

    Posted 12 years ago on Wednesday January 11, 2012 | Permalink

This topic has been resolved and has been closed to new replies.