• Resolved Prometheus Fire

    (@prometheus-fire)


    I’m trying to get the page content to wrap around the anchor links section (this will help deal with the issue of a long list of anchor links).

    When add a width:30% and float:left, it should, in theory, cause the content to flow around the anchor element. It isn’t and I can’t figure out why. It must have something to do with the way the anchor links section is input into the page content as a sub-element, but I’m wondering if there is a better way to close it out inside the page content where it currently sits so it can be treated like a separate HTML element.

    http://wordpress.org/extend/plugins/better-anchor-links/

Viewing 1 replies (of 1 total)
  • Thread Starter Prometheus Fire

    (@prometheus-fire)

    Resolved.

    I found that if I added
    display:inline-block

    To the first item it would pull the contents up alongside. For folks using this plugin, it might be one of your header elements for your first element. In my case, it was <h3>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Better Anchor Links] Getting page content to wrap around anchor links’ is closed to new replies.